comp_fh | R Documentation |
Calculate Fryer Holden Compactness
comp_fh(plans, shp, total_pop, epsg = 3857, ncores = 1)
plans |
A |
shp |
A |
total_pop |
A numeric vector with the population for every observation. |
epsg |
Numeric EPSG code to use to project the shapefile, if needed. Default is 3857. |
ncores |
TRUE |
A numeric vector. Can be shaped into a district-by-plan matrix.
Fryer R, Holden R. 2011. Measuring the Compactness of Political Districting Plans. Journal of Law and Economics.
data(nh)
data(nh_m)
# For a single plan:
comp_fh(plans = nh$r_2020, shp = nh, total_pop = pop)
# Or many plans:
comp_fh(plans = nh_m[, 3:5], shp = nh, pop)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.