ggdecor

April 22, 2020 ยท View on GitHub

lifecycle Build
Status CRAN Version License

Aesthetic themes, scales and color palettes for using with ggplot2 plots

Installation

To get the current development version from Github:

## install devtools package if it's not already
if (!requireNamespace("devtools", quietly = TRUE)) {
  install.packages("devtools")
}
## install dev version of ggdecor from github
devtools::install_github("danielmarcelino/ggdecor")

library(ggdecor)

Usage

Contents

  1. 1Aesthetic themes, scales and color palettes for using with ggplot2 plots
  2. 2Installation
  3. 3Usage