View source: R/ggstrat-themes.R
theme_paleo | R Documentation |
Essentially, this is ggplot2::theme_bw()
with a few modifications
theme_paleo(...)
... |
Passed to |
A complete ggplot2::theme()
library(ggplot2) ggplot(mpg, aes(cty, hwy)) + geom_point() + theme_paleo()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.