50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


ggredist (version 0.0.2)

scale_fill_dra: 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(...)

Value

ggplot scale function

Arguments

...

Arguments passed on to ggplot2::discrete_scale()

Examples

Run this code
library(ggplot2)
data(oregon)

ggplot(oregon, aes(group = county, fill=county)) +
    geom_district() +
    scale_fill_dra() +
    theme_map()

Run the code above in your browser using DataLab