part_dvs: Calculate Democratic Vote Share

View source: R/partisan.R

part_dvsR Documentation

Calculate Democratic Vote Share

Description

Calculate Democratic Vote Share

Usage

part_dvs(plans, shp, dvote, rvote)

Arguments

plans

redist_plans object or plans_matrix where each row indicates a district assignment and each column is a plan

shp

redist_map object, tibble, or data frame containing other columns

dvote

unqouted name of column in shp with total population

rvote

unqouted name of column in shp with group population

Value

numeric vector

Examples

data(nh)
data(nh_m)
# For a single plan:
part_dvs(plans = nh$r_2020, shp = nh, rvote = nrv, dvote = ndv)

# Or many plans:
part_dvs(plans = nh_m[, 3:5], shp = nh, rvote = nrv, dvote = ndv)


redistmetrics documentation built on April 11, 2022, 5:08 p.m.