Unlimited learning, half price | 50% off
Get 50% off unlimited learning

add2ggplot (version 0.3.0)

theme_grey_and_red: Use the ggplot theme in grey and red

Description

Use the ggplot theme in grey and red

Usage

theme_grey_and_red()

Arguments

Value

The function to use + in the ggplot workflow.

Examples

Run this code
# 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