Skip to contents

A clean, consistent theme for bouncer visualizations.

Usage

theme_bouncer(base_size = 12, base_family = "")

Arguments

base_size

Base font size.

base_family

Base font family.

Value

A ggplot2 theme object.

Examples

if (FALSE) { # \dontrun{
library(ggplot2)
ggplot(data, aes(x, y)) + geom_point() + theme_bouncer()
} # }