plot.redist_map | R Documentation |
redist_map
Plot a redist_map
## S3 method for class 'redist_map'
plot(x, fill = NULL, by_distr = FALSE, adj = FALSE, ...)
x |
the |
fill |
|
by_distr |
if |
adj |
if |
... |
passed on to |
ggplot2 object
data(fl25)
d <- redist_map(fl25, ndists = 3, pop_tol = 0.05)
plot(d)
plot(d, BlackPop/pop)
data(fl25_enum)
fl25$dist <- fl25_enum$plans[, 5118]
d <- redist_map(fl25, existing_plan = dist)
plot(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.