theme_apa: APA Theme for ggplot

Description Usage Arguments Value Examples

Description

Theme for ggplot following APA guidelines

Usage

1
theme_apa(base_size = 11, base_family = "")

Arguments

base_size

base font size

base_family

base font family

Value

The theme

Examples

1
2
p <- ggplot(mtcars) + geom_point(aes(x = wt, y = mpg, colour = factor(gear))) + facet_wrap(~am)
p + theme_apa()

thomas-hinterecker/Ragbu documentation built on May 8, 2019, 9:46 a.m.