Learn R Programming

nullabor (version 0.3.12)

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

Arguments

Examples

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

Run the code above in your browser using DataLab