plot.redist_map {redist} | R Documentation |
Plot a redist_map
Description
Plot a redist_map
Usage
## S3 method for class 'redist_map'
plot(x, fill = NULL, by_distr = FALSE, adj = FALSE, ...)
Arguments
x |
the |
fill |
|
by_distr |
if |
adj |
if |
... |
passed on to |
Value
ggplot2 object
Examples
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)
[Package redist version 4.2.0 Index]