Skip to content

Improve your data visualisation with ggplot2 in 1 minute

Notifications You must be signed in to change notification settings

dmarcelinobr/ggdecor

Repository files navigation

ggdecor

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

About

Improve your data visualisation with ggplot2 in 1 minute

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published