R/ggstrat-themes.R
theme_paleo.Rd
Essentially, this is ggplot2::theme_bw() with a few modifications
ggplot2::theme_bw()
theme_paleo(...)
Passed to ggplot2::theme_bw()
A complete ggplot2::theme()
ggplot2::theme()
library(ggplot2) ggplot(mpg, aes(cty, hwy)) + geom_point() + theme_paleo()