muni_splits {redist} | R Documentation |
Counts the Number of Municipalities Split Between Districts
Description
Counts the total number of municpalities that are split. Municipalities in this interpretation do not need to cover the entire state, which differs from counties.
Usage
muni_splits(map, munis, .data = cur_plans())
redist.muni.splits(plans, munis)
Arguments
map |
a |
munis |
A vector of municipality names or ids. |
.data |
a |
plans |
A numeric vector (if only one map) or matrix with one row for each precinct and one column for each map. Required. |
Value
integer vector of length ndist by ncol(plans)
Examples
data(iowa)
ia <- redist_map(iowa, existing_plan = cd_2010, total_pop = pop, pop_tol = 0.01)
plans <- redist_smc(ia, 50, silent = TRUE)
ia$region[1:10] <- NA
#old redist.muni.splits(plans, ia$region)
splits_sub_admin(plans, ia, region)
[Package redist version 4.2.0 Index]