Learn R Programming

redist (version 3.1.5)

redist.prep.polsbypopper: Prep Polsby Popper Perimeter Dataframe

Description

Prep Polsby Popper Perimeter Dataframe

Usage

redist.prep.polsbypopper(shp, planarize = 3857, perim_path, ncores = 1)

Arguments

shp

A SpatialPolygonsDataFrame or sf object. Required unless "EdgesRemoved" and "logSpanningTree" with adjacency provided.

planarize

a number, indicating the CRS to project the shapefile to if it is latitude-longitude based. Set to FALSE to avoid planarizing.

perim_path

A path to save an Rds

ncores

the number of cores to parallelize over

Value

A perimeter dataframe

Examples

Run this code
# NOT RUN {
data(fl25)
perim_df <- redist.prep.polsbypopper(shp = fl25)

# }

Run the code above in your browser using DataLab