powered by
# Inspired by https://www.datacamp.com//courses/intermediate-data-visualization-with-ggplot2
theme_classic2()
ggplot object.
# NOT RUN { datasets::mtcars %>% ggplot2::ggplot(ggplot2::aes(mpg, disp)) + ggplot2::geom_point() + theme_classic2() # }
Run the code above in your browser using DataLab