fauna_theme_flip.Rd
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()