theme_avalanche: AVALANCHE ggplot2 themes

Description Usage Arguments Value Examples

View source: R/themes.R

Description

Minimalistic ggplot themes for use on AVALANCHE reports.

Usage

1
2
3
4
5
theme_avalanche(base_size = 14, ...)

theme_avalanche_h(base_size = 14, ...)

theme_avalanche_v(base_size = 14, ...)

Arguments

base_size

base font size

...

Additional arguments passed to ggplot2::theme_minimal()

Value

a ggplot theme.

Examples

1
ggplot2::qplot(iris$Sepal.Length) + theme_avalanche()

emptyfield-ds/r_packages_test documentation built on Jan. 2, 2022, 12:15 a.m.