APA theme for ggplot
Author
Brent Kaplan bkaplan.ku@gmail.com
Examples
# \donttest{
p <- ggplot2::ggplot(apt, ggplot2::aes(x = x, y = y)) +
ggplot2::geom_point()
p + theme_apa()
# }
APA theme for ggplot
Brent Kaplan bkaplan.ku@gmail.com
# \donttest{
p <- ggplot2::ggplot(apt, ggplot2::aes(x = x, y = y)) +
ggplot2::geom_point()
p + theme_apa()
# }