Description Usage Arguments Value Examples
This is my ggplot theme
1  | theme_hanno(fontsize = 15, font = "default")
 | 
fontsize | 
 Selecte fontsize, default is 15  | 
font | 
 Selected font. Either 'default' or 'frutiger'.  | 
This is a custom ggplot theme. You can change the font size and the font family.
1 2 3  | ggplot(iris, aes(x = Sepal.Length, y = Sepal.Width)) +
geom_point() +
theme_hanno(fontsize = 15, font = 'frutiger')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.