scale_fill_dra {ggredist} | R Documentation |
Dave's Redistricting App classic scale for ggplot2
Description
Dave's Redistricting App classic scale for ggplot2
Usage
scale_fill_dra(...)
scale_color_dra(...)
scale_colour_dra(...)
Arguments
... |
Arguments passed on to |
Value
ggplot scale function
Examples
library(ggplot2)
data(oregon)
ggplot(oregon, aes(group = county, fill=county)) +
geom_district() +
scale_fill_dra() +
theme_map()
[Package ggredist version 0.0.2 Index]