theme_grey_and_red {add2ggplot}R Documentation

Use the ggplot theme in grey and red

Description

Use the ggplot theme in grey and red

Usage

theme_grey_and_red()

Value

The function to use + in the ggplot workflow.

Author(s)

Jiaxiang Li

Examples

datasets::mtcars %>%
  ggplot2::ggplot(ggplot2::aes(mpg, disp)) +
  ggplot2::geom_point() +
  theme_grey_and_red()

[Package add2ggplot version 0.3.0 Index]