Description Usage Arguments Value Examples
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.
1 |
... |
Additional arguments passed to the theme function. |
An updated ggplot object rebranded to the Sarid look and feel.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.