scale_fill_penn82 {ggredist} | R Documentation |
Historical Pennsylvania Color Scale for ggplot2
Description
Historical Pennsylvania Color Scale for ggplot2
Usage
scale_fill_penn82(...)
scale_color_penn82(...)
scale_colour_penn82(...)
Arguments
... |
Arguments passed on to |
Value
ggplot scale function
Examples
library(ggplot2)
data(oregon)
ggplot(oregon, aes(group = county)) +
geom_district() +
scale_fill_penn82() +
theme_map()
[Package ggredist version 0.0.2 Index]