fauna_theme | R Documentation |
Apply Faunalytics aesthetics to ggplot graphs
fauna_theme()
A Faunalytics-themed ggplot object
library(ggplot2)
ggplot(mtcars, aes(x = cyl, y = mpg)) +
geom_col() +
fauna_theme()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.