Skip to contents

Maps categorical variables to the Annenberg Institute brand palette for fill aesthetics.

Usage

scale_fill_aib(...)

Arguments

...

Additional arguments passed to ggplot2::discrete_scale().

Value

A ggplot2 discrete fill scale.

Examples

library(ggplot2)
ggplot(mtcars, aes(factor(cyl), fill = factor(cyl))) +
  geom_bar() +
  scale_fill_aib()