fauna_theme_flip: Apply Faunalytics aesthetics to ggplot graphs that use...

View source: R/fauna_theme_flip.R

fauna_theme_flipR Documentation

Apply Faunalytics aesthetics to ggplot graphs that use coord_flip

Description

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()

Faunalytics/faunalytics documentation built on Nov. 2, 2024, 12:05 a.m.