Learn R Programming

beezdemand (version 0.2.0)

theme_apa: APA Theme

Description

APA theme for ggplot

Usage

theme_apa(plot.box = FALSE)

Value

ggplot theme

Arguments

plot.box

Boolean for a box around the plot

Author

Brent Kaplan bkaplan.ku@gmail.com

Details

Theme for ggplot graphics that closely align with APA formatting

Examples

Run this code
# \donttest{
p <- ggplot2::ggplot(apt, ggplot2::aes(x = x, y = y)) +
  ggplot2::geom_point() 
p + theme_apa()
# }

Run the code above in your browser using DataLab