Skip to contents

Apply Faunalytics aesthetics to ggplot graphs that use coord_flip

Usage

fauna_theme_flip()

Value

A Faunalytics-themed ggplot object

Examples

library(ggplot2)
ggplot(mtcars, aes(x = cyl, y = mpg)) +
    geom_col() +
    fauna_theme_flip()