theme_strip | R Documentation |
Note this is not a complete theme hence why there are no arguments.
theme_strip()
library(ggplot2)
ggplot(cars, aes(dist, speed)) + theme_strip()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.