theme_white {add2ggplot} | R Documentation |
A ggplot theme with a white background.
theme_white()
The function to use +
in the ggplot workflow.
datasets::mtcars %>%
ggplot2::ggplot(ggplot2::aes(mpg, disp)) +
ggplot2::geom_point() +
theme_white()