theme_pub: Publication-ready theme.

Description Usage Examples

View source: R/themes.R

Description

Provides sensible defaults for graphs intended for publication, including using a white background, setting appropriate font sizes, removing white space, and adjusting line widths.

Usage

1
theme_pub(trim_white_space = FALSE)

Examples

1
2
3
p <- ggplot(mtcars, aes(mpg, wt)) + geom_point()
p
p + theme_pub()

seaaan/gghlab documentation built on May 29, 2019, 4:24 p.m.