theme_beezdemand: beezdemand Plot Theme

View source: R/plot-theme.R

theme_beezdemandR Documentation

beezdemand Plot Theme

Description

beezdemand Plot Theme

Usage

theme_beezdemand(
  style = c("modern", "apa"),
  base_size = 11,
  base_family = "sans"
)

Arguments

style

Character. One of "modern" or "apa".

base_size

Base font size (default: 11).

base_family

Base font family (default: "sans").

Value

A ggplot2 theme object.

Examples


library(ggplot2)
ggplot(iris, aes(Sepal.Length, Sepal.Width)) +
  geom_point() +
  theme_beezdemand()


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