apatheme: APA plot theme

apathemeR Documentation

APA plot theme

Description

Formatted APA plot

Usage

apatheme

Format

An object of class theme (inherits from gg) of length 93.

Value

Format for ggplot2

Examples

df <- data.frame(x = 1:5, y = 1:5)
ggplot2::ggplot(df, aes(x, y)) + apatheme

matschmitz/schmitz documentation built on May 15, 2022, 4:15 p.m.