rbind.redist_plans {redist} | R Documentation |
Combine multiple sets of redistricting plans
Description
Only works when all the sets are compatible—generated from the same map,
with the same number of districts. Sets of plans will be indexed by the
chain
column.
Usage
## S3 method for class 'redist_plans'
rbind(..., deparse.level = 1)
Arguments
... |
The |
deparse.level |
Ignored. |
Value
A new redist_plans
object.
[Package redist version 4.2.0 Index]