Description Usage Arguments Examples
This is a complete theme build off of ggplot2::theme_classic(). See ?theme_classic for details.
| 1 | theme_assayr(base_size = 18, base_family = "")
 | 
| base_size | base font size | 
| base_family | base font family | 
| 1 2 3 | ggplot(mtcars, aes(mpg, hp, color = as.factor(cyl))) +
geom_point() +
theme_assayr()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.