polygonAdjacency {sharpshootR} | R Documentation |
Summarize Spatial Adjacency of Polygon Fabric
Description
This function utilizes the spdep
and igraph
packages to evaluate several measures of spatial connectivity.
Usage
polygonAdjacency(x, v = "MUSYM", ...)
Arguments
x |
|
v |
character, name of column in attribute table describing map unit labels |
... |
additional arguments passed to |
Details
Examples are presented in this tutorial.
Value
a list
containing:
-
commonLines
: an integer vector of feature IDs, describing polygons sharing edges and values ofv
(map unit labels) -
adjMat
: weighted adjacency matrix, suitable for visualization withplotSoilRelationGraph()
Author(s)
D.E. Beaudette
[Package sharpshootR version 2.3.1 Index]