scale_fill_penn82 | R Documentation |
ggplot2
Historical Pennsylvania Color Scale for ggplot2
scale_fill_penn82(...)
scale_color_penn82(...)
scale_colour_penn82(...)
... |
Arguments passed on to |
ggplot scale function
library(ggplot2)
data(oregon)
ggplot(oregon, aes(group = county)) +
geom_district() +
scale_fill_penn82() +
theme_map()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.