View source: R/polygonAdjacency.R
polygonAdjacency | R Documentation |
This function utilizes the spdep
and igraph
packages to evaluate several measures of spatial connectivity.
polygonAdjacency(x, v = "MUSYM", ...)
x |
|
v |
character, name of column in attribute table describing map unit labels |
... |
additional arguments passed to |
Examples are presented in this tutorial.
a list
containing:
commonLines
: an integer vector of feature IDs, describing polygons sharing edges and values of v
(map unit labels)
adjMat
: weighted adjacency matrix, suitable for visualization with plotSoilRelationGraph()
D.E. Beaudette
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.