scale_fill_discrete_iteam: Baltimore i-team's ggplot2 colors for discrete aesthetics

Description Usage Examples

View source: R/ggiteam.R

Description

Works the same as scale_fill_discrete for ggplot plots.

Usage

1

Examples

1
2
3
4
5
library(tidyverse)
mtcars %>%
  ggplot(aes(x = am, y = ..count.., fill = factor(cyl))) +
  geom_bar() +
  scale_fill_discrete_iteam()

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