Optimized for presentations with larger text and more spacing. Default base size is 16pt.
Usage
theme_aib_slide(
base_size = 16,
base_family = NULL,
gridlines = c("none", "x", "y", "xy")
)Value
A ggplot2::theme() object.
Examples
library(ggplot2)
ggplot(mtcars, aes(mpg, wt)) +
geom_point() +
theme_aib_slide()