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