theme_sarid: Apply a light theme on a ggplot with the Sarid theme. Based...

Description Usage Arguments Value Examples

View source: R/sarid_theme.R

Description

The standard Sarid theme includes a re-coloring of certain plot elements with the Sarid color palette. The most notable difference is the strip background color and text color and the font sizes for titles and axis.

Usage

1

Arguments

...

Additional arguments passed to the theme function.

Value

An updated ggplot object rebranded to the Sarid look and feel.

Examples

1
2
3
base_plot <- ggplot(mtcars, aes(x = disp, y = mpg, color = factor(cyl))) + geom_point()
base_plot + theme_sarid()
base_plot + theme_sarid() + facet_wrap(~vs)

sarid-ins/saridr documentation built on Nov. 10, 2020, 9:07 p.m.