Description Usage Arguments Examples
A generic basic theme for time courses. It extends ggplot2 theme_classic().
| 1 | basic_theme(base_size = 12, base_family = "")
 | 
| base_size | the font size | 
| base_family | the font family | 
| 1 2 | library(ggplot2)
theme_set(basic_theme(36))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.