ggredist {ggredist} | R Documentation |
Redistricting Color Palettes
Description
Included palettes:
-
partisan, a perceptually uniform red-white-blue scale
-
dra, the Dave's Redistricting App classic color palette
-
penn82, historic categorical color palette from the 1982 published Pennsylvania congressional district map
-
randmcnally and natgeo, colors taken from Rand-McNally and National Geographic political maps
-
coast and larch, inspired by natural scenery
Usage
ggredist
Format
list of character vectors of type palette
(which supports a
plot()
generic for visualization)
Examples
plot(ggredist$partisan)
plot(ggredist$dra)
plot(ggredist$penn82)
plot(ggredist$randmcnally)
plot(ggredist$natgeo)
plot(ggredist$coast)
plot(ggredist$larch)
[Package ggredist version 0.0.2 Index]