
Use the ggplot theme in grey and red
theme_grey_and_red()
The function to use +
in the ggplot workflow.
# NOT RUN {
datasets::mtcars %>%
ggplot2::ggplot(ggplot2::aes(mpg, disp)) +
ggplot2::geom_point() +
theme_grey_and_red()
# }
Run the code above in your browser using DataLab