Plot a plan classification
Usage
# S3 method for class 'redist_classified'
plot(x, plans, shp, type = "fill", which = NULL, ...)
Arguments
- x
a
redist_classified
object, the output ofclassify_plans()
.- plans
a redist_plans object.
- shp
a shapefile or redist_map object.
- type
either
"line"
or"fill"
. Passed on tocompare_plans()
asplot
.- which
indices of the splits to plot. Defaults to all
- ...
passed on to
compare_plans()