theme_rw: Blank Theme

View source: R/theme_rw.R

theme_rwR Documentation

Blank Theme

Description

A ggplot theme with no grid elements or gray background.

Usage

theme_rw()

Value

A ggplot theme object.

Examples

ggplot2::ggplot(mtcars, ggplot2::aes(x = hp, y = mpg)) +
ggplot2::geom_point() +
theme_rw()

jayrobwilliams/RWmisc documentation built on March 23, 2022, 6:34 p.m.