theme_publish2: ggplot theme for generating publication quality graphs

Description Usage Examples

Description

This is based on Justin's suggestion of ensuring that axes are far apart. Please ensure that you have "Gill Sans MT" font installed or it will throw an error

Usage

1
theme_publish2(base_size = 12, base_family = "Gill Sans")

Examples

1
2
3
4
5
qplot(seq(1:10), runif(10)) + theme_publish2()
qplot(seq(1:10), runif(10)) +
     geom_smooth(method='lm', se=FALSE) +
     theme_publish2() +
     geom_rangeframe()

armanabraham/aapack documentation built on May 10, 2019, 1:39 p.m.