redist.multisplits | R Documentation |
Counts the total number of counties that are split across more than 2 districts.
redist.multisplits(plans, counties)
plans |
A numeric vector (if only one map) or matrix with one row for each precinct and one column for each map. Required. |
counties |
A vector of county names or county ids. |
integer matrix where each district is a
data(iowa)
ia <- redist_map(iowa, existing_plan = cd_2010, total_pop = pop, pop_tol = 0.01)
plans <- redist_smc(ia, 50, silent = TRUE)
#old redist.multisplits(plans, ia$region)
splits_multi(plans, ia, region)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.