Description Usage Arguments Examples
Modification of ggplot2 theme_grey with modifications to test size, legend position, and colors.
1 | theme_savara(base_size = 12, base_family = "")
|
base_size |
integer |
base_family |
character |
1 | ggplot(mtcars, aes(x = factor(cyl), y = mpg, fill = factor(cyl))) + geom_boxplot() + theme_savara()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.