theme_strip: A theme to minimally strip away the context

View source: R/theme.R

theme_stripR Documentation

A theme to minimally strip away the context

Description

Note this is not a complete theme hence why there are no arguments.

Usage

theme_strip()

Examples

library(ggplot2)
ggplot(cars, aes(dist, speed)) + theme_strip()


dicook/nullabor documentation built on July 10, 2022, 12:08 a.m.