comp_frac_kept | R Documentation |
Calculate Fraction Kept Compactness
comp_frac_kept(plans, shp, adj)
plans |
A |
shp |
A |
adj |
Zero-indexed adjacency list. Not required if a |
A numeric vector. Can be shaped into a district-by-plan matrix.
Matthew P. Dube and Jesse Tyler Clark. 2016. Beyond the circle: Measuring district compactness using graph theory. In Annual Meeting of the Northeastern Political Science Association
data(nh)
data(nh_m)
# For a single plan:
comp_frac_kept(plans = nh$r_2020, shp = nh, nh$adj)
# Or many plans:
comp_frac_kept(plans = nh_m[, 3:5], shp = nh, nh$adj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.