theme_apa: APA Theme

View source: R/plot.R

theme_apaR Documentation

APA Theme

Description

APA theme for ggplot

Usage

theme_apa(plot.box = FALSE)

Arguments

plot.box

Boolean for a box around the plot

Details

Theme for ggplot graphics that closely align with APA formatting

Value

ggplot theme

Author(s)

Brent Kaplan bkaplan.ku@gmail.com

Examples


p <- ggplot2::ggplot(apt, ggplot2::aes(x = x, y = y)) +
  ggplot2::geom_point() 
p + theme_apa()


beezdemand documentation built on March 3, 2026, 9:07 a.m.