part_dseats | R Documentation |
Calculate Democratic Seats
part_dseats(plans, shp, dvote, rvote)
plans |
A |
shp |
A |
dvote |
Unqouted name of column in |
rvote |
Unqouted name of column in |
A numeric vector. Can be shaped into a district-by-plan matrix.
data(nh)
data(nh_m)
# For a single plan:
part_dseats(plans = nh$r_2020, shp = nh, rvote = nrv, dvote = ndv)
# Or many plans:
part_dseats(plans = nh_m[, 3:5], shp = nh, rvote = nrv, dvote = ndv)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.