powered by
ggplot2
Washington Redistricting Commission Color Scales for ggplot2
scale_fill_washington(...)scale_color_washington(...)scale_colour_washington(...)
scale_color_washington(...)
scale_colour_washington(...)
ggplot scale function
Arguments passed on to ggplot2::discrete_scale()
ggplot2::discrete_scale()
library(ggplot2) data(oregon) ggplot(oregon, aes(group = county)) + geom_district() + scale_fill_washington() + theme_map()
Run the code above in your browser using DataLab