theme_iteam_presentations: Baltimore i-team's ggplot2 Theme for Slide Decks

Description Usage Examples

Description

This function will theme a ggplot2 theme for slide decks using the i-team's colors and design choices. It works the same as any other ggplot2 theme.

Usage

1

Examples

1
2
3
4
mtcars %>%
 ggplot(aes(x = wt, y = mpg, color = disp)) +
 geom_point(size = 5) +
 theme_iteam_presentations()

city-of-baltimore/ggiteam documentation built on April 30, 2021, 8:32 p.m.