powered by
APA theme for ggplot
theme_apa(plot.box = FALSE)
ggplot theme
Boolean for a box around the plot
Brent Kaplan bkaplan.ku@gmail.com
Theme for ggplot graphics that closely align with APA formatting
# \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