Description Usage Author(s) Examples
ggplot2 theme for IU Health graphs
1 |
Joe Walters
1 2 3 4 | library(ggplot2)
ggplot(mpg, aes(class, fill = drv)) + geom_bar() + theme_iuh() +
scale_fill_iuh() + ggtitle("IU Health")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.