Learn R Programming

RWmisc (version 0.1.2)

theme_rw: Blank Theme

Description

A ggplot theme with no grid elements or gray background.

Usage

theme_rw()

Arguments

Value

A ggplot theme object.

Examples

Run this code
# NOT RUN {
ggplot2::ggplot(mtcars, ggplot2::aes(x = hp, y = mpg)) +
ggplot2::geom_point() +
theme_rw()
# }

Run the code above in your browser using DataLab