theme_paleo {tidypaleo} | R Documentation |
A Paleo-friendly ggplot2 theme
Description
Essentially, this is ggplot2::theme_bw()
with a few modifications
Usage
theme_paleo(...)
Arguments
... |
Passed to |
Value
A complete ggplot2::theme()
Examples
library(ggplot2)
ggplot(mpg, aes(cty, hwy)) +
geom_point() +
theme_paleo()
[Package tidypaleo version 0.1.3 Index]