redist.reduce.adjacency | R Documentation |
Tool to help reduce adjacency lists for analyzing subsets of maps.
redist.reduce.adjacency(adj, keep_rows)
adj |
A zero-indexed adjacency list. Required. |
keep_rows |
row numbers of precincts to keep |
zero indexed adjacency list with max value length(keep_rows) - 1
data(fl25_adj)
redist.reduce.adjacency(fl25_adj, c(2, 3, 4, 6, 21))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.