Description Usage Arguments Details Value Author(s) Examples
A simple ggplot theme
| 1 | standard_theme(font_size = 12)
 | 
| font_size | Font size to use throughout | 
A simple ggplot theme with uniform font sizes and no extra gridlines.
A ggplot object
Joel H Nitta, joelnitta@gmail.com
| 1 2 3 4 5 | library(ggplot2)
p1 <- ggplot(iris, aes(Sepal.Length, Petal.Length)) +
  geom_point(aes(color = Species))
p1
p1 + standard_theme()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.