theme_savara: Custom ggplot theme for Savara

Description Usage Arguments Examples

View source: R/theme_savara.R

Description

Modification of ggplot2 theme_grey with modifications to test size, legend position, and colors.

Usage

1
theme_savara(base_size = 12, base_family = "")

Arguments

base_size

integer

base_family

character

Examples

1
ggplot(mtcars, aes(x = factor(cyl), y = mpg, fill = factor(cyl))) + geom_boxplot() + theme_savara()

cotswold66/ggplotjl documentation built on March 20, 2020, 12:44 a.m.