theme_classic2 {add2ggplot} | R Documentation |
# Inspired by https://www.datacamp.com//courses/intermediate-data-visualization-with-ggplot2
theme_classic2()
ggplot object.
datasets::mtcars %>%
ggplot2::ggplot(ggplot2::aes(mpg, disp)) +
ggplot2::geom_point() +
theme_classic2()