Description Usage Examples
View source: R/theme_obi.R
Theming for plots produced via ggplot.
1
theme_obi()
1 2 3 4 5 6
library(ggplot2) library(ggOBI) ggplot(data = diamonds, aes(color)) + geom_bar() + theme_obi()
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.