theme_grey_and_red: Use the ggplot theme in grey and red

Description Usage Value Author(s) Examples

View source: R/theme_grey_and_red.R

Description

Use the ggplot theme in grey and red

Usage

1

Value

The function to use + in the ggplot workflow.

Author(s)

Jiaxiang Li

Examples

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

add2ggplot documentation built on Feb. 7, 2020, 5:09 p.m.