powered by
Essentially, this is ggplot2::theme_bw() with a few modifications
ggplot2::theme_bw()
theme_paleo(...)
A complete ggplot2::theme()
ggplot2::theme()
Passed to ggplot2::theme_bw()
library(ggplot2) ggplot(mpg, aes(cty, hwy)) + geom_point() + theme_paleo()
Run the code above in your browser using DataLab