Description Usage Value Examples
View source: R/theme_classic2.R
# Inspired by https://www.datacamp.com//courses/intermediate-data-visualization-with-ggplot2
| 1 | 
ggplot object.
| 1 2 3 4 | datasets::mtcars %>%
  ggplot2::ggplot(ggplot2::aes(mpg, disp)) +
  ggplot2::geom_point() +
  theme_classic2()
 | 

Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.