R/plot-theme.R
theme_beezdemand.Rd
beezdemand Plot Theme
theme_beezdemand( style = c("modern", "apa"), base_size = 11, base_family = "sans" )
Character. One of "modern" or "apa".
"modern"
"apa"
Base font size (default: 11).
Base font family (default: "sans").
A ggplot2 theme object.
# \donttest{ library(ggplot2) ggplot(iris, aes(Sepal.Length, Sepal.Width)) + geom_point() + theme_beezdemand() # }