R/plots.R
theme_thali.Rd
ggplot2 theme for thali plots
theme_thali(base_size = 12)
Base font size (default 12).
A ggplot2 theme object.
library(ggplot2) ggplot(mtcars, aes(wt, mpg)) + geom_point() + theme_thali()