add_reference {redist} | R Documentation |
Add a reference plan to a set of plans
Description
This function facilitates comparing an existing (i.e., non-simulated) redistricting plan to a set of simulated plans.
Usage
add_reference(plans, ref_plan, name = NULL)
Arguments
plans |
a |
ref_plan |
an integer vector containing the reference plan. It will be
renumbered to 1.. |
name |
a human-readable name for the reference plan. Defaults to the
name of |
Value
a modified redist_plans
object containing the reference plan
[Package redist version 4.2.0 Index]