This is a package to help standardize data viz produced by members of the P3 Lab when using ggplot. It is consistent with the P3 branding guidelines developed by Grace Park.
## Install the current development version from GitHub
if (!require("devtools")) {
install.packages("devtools")
}
install_github("p3lab/p3themes", dependencies = TRUE)
This is a basic example which shows you how to solve a common problem:
library(p3themes)
## basic example code