View source: R/joinAdjacency.R
joinAdjacency | R Documentation |
Convert a set of line segment "join decisions" into a weighted adjacency matrix describing which map unit symbols touch.
joinAdjacency(x, vars = c("l_musym", "r_musym"))
x |
|
vars |
a vector of two characters naming columns containing "left", and "right" map unit symbols |
A weighted adjacency matrix is returned, suitable for plotting directly with plotSoilRelationGraph()
.
D.E. Beaudette
plotSoilRelationGraph()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.