theme_iteam_google_docs: Baltimore i-team's ggplot2 Theme for Google Docs

Description Usage Examples

Description

This function will theme a ggplot2 theme for Google Docs 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
5
library(tidyverse)
mtcars %>%
 ggplot(aes(x = wt, y = mpg, color = disp)) +
 geom_point(size = 5) +
 theme_iteam_google_docs()

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