Learn R Programming

redist (version 4.2.0)

redist.wted.adj: Create Weighted Adjacency Data

Description

Create Weighted Adjacency Data

Usage

redist.wted.adj(map = NULL, plans = NULL)

Value

tibble

Arguments

map

redist_map

plans

redist_plans

Examples

Run this code
data(iowa)
shp <- redist_map(iowa, existing_plan = cd_2010, pop_tol = 0.01)
plans <- redist_smc(shp, 100)
redist.wted.adj(shp, plans = plans)

Run the code above in your browser using DataLab