theme_white: A ggplot theme with a white background.

Description Usage Value Examples

View source: R/theme_white.R

Description

A ggplot theme with a white background.

Usage

1

Value

The function to use + in the ggplot workflow.

Examples

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

Example output



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