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()


brentkaplan/beezdemand documentation built on Aug. 29, 2023, 12:33 p.m.