pullback {redist} | R Documentation |
Pull back plans to unmerged units
Description
Merging map units through merge_by
or summarize
changes the indexing of each unit. Use this function to take a set of
redistricting plans from a redist
algorithm and re-index them to
be compatible with the original set of units.
Usage
pullback(plans, map = NULL)
Arguments
plans |
a |
map |
optionally, a |
Value
a new, re-indexed, redist_plans
object
[Package redist version 4.2.0 Index]