theme_iuh: ggplot2 theme for IU Health graphs

Description Usage Author(s) Examples

View source: R/theme_iuh.R

Description

ggplot2 theme for IU Health graphs

Usage

1
theme_iuh(dark = FALSE)

Author(s)

Joe Walters

Examples

1
2
3
4
library(ggplot2)

ggplot(mpg, aes(class, fill = drv)) + geom_bar() + theme_iuh() + 
  scale_fill_iuh() + ggtitle("IU Health")

NateByers/IUHhelpers documentation built on Feb. 25, 2020, 8:43 p.m.