scale_fill_dra | R Documentation |
ggplot2
Dave's Redistricting App classic scale for ggplot2
scale_fill_dra(...)
scale_color_dra(...)
scale_colour_dra(...)
... |
Arguments passed on to |
ggplot scale function
library(ggplot2)
data(oregon)
ggplot(oregon, aes(group = county, fill=county)) +
geom_district() +
scale_fill_dra() +
theme_map()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.