aptheme icon indicating copy to clipboard operation
aptheme copied to clipboard

R Themes in AP style

This package provides visual themes for R in AP style.

Right now only a ggplot2 theme is available.

Installation:

devtools::install_github("associatedpress/aptheme")

Usage:

library(aptheme)

# ggplot2
plot + theme_ap()

To bring legends back:

plot + theme_ap() + theme(legend.position = 'bottom')