fauna_theme: Apply Faunalytics aesthetics to ggplot graphs

View source: R/fauna_theme.R

fauna_themeR Documentation

Apply Faunalytics aesthetics to ggplot graphs

Description

Apply Faunalytics aesthetics to ggplot graphs

Usage

fauna_theme()

Value

A Faunalytics-themed ggplot object

Examples

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

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