View source: R/plot_weighted_adj.R
redist.wted.adj | R Documentation |
Create Weighted Adjacency Data
redist.wted.adj(map = NULL, plans = NULL)
map |
redist_map |
plans |
redist_plans |
tibble
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.