Skip to content

associatedpress/aptheme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages