powered by
Compute Number of Administrative Units Split
splits_admin(plans, shp, admin)
A numeric vector. Can be shaped into a district-by-plan matrix.
A redist_plans object or plans_matrix where each row indicates a district assignment and each column is a plan.
redist_plans
A redist_map object, tibble, or data frame containing other columns.
redist_map
Unqouted name of column in shp with numeric identifiers for administrative units.
shp
data(nh) data(nh_m) # For a single plan: splits_admin(plans = nh$r_2020, shp = nh, admin = county) # Or many plans: splits_admin(plans = nh_m[, 3:5], shp = nh, admin = county)
Run the code above in your browser using DataLab