comp_y_sym | R Documentation |
Y symmetry is the overlapping area of a shape and its projection over the y-axis.
comp_y_sym(plans, shp, epsg = 3857, ncores = 1)
plans |
A |
shp |
A |
epsg |
Numeric EPSG code to use to project the shapefile, if needed. Default is 3857. |
ncores |
Integer number of cores to use. Default is 1. |
A numeric vector. Can be shaped into a district-by-plan matrix.
Aaron Kaufman, Gary King, and Mayya Komisarchik. 2021. How to Measure Legislative District Compactness If You Only Know it When You See It. American Journal of Political Science. 65, 3. Pp. 533-550.
#' data(nh)
data(nh_m)
# For a single plan:
comp_y_sym(plans = nh$r_2020, shp = nh)
# Or many plans:
# slower, beware!
comp_y_sym(plans = nh_m[, 3:5], shp = nh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.