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()


nullabor documentation built on Sept. 11, 2024, 8:20 p.m.