README.md

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')


associatedpress/aptheme documentation built on Jan. 17, 2024, 3:58 a.m.