joinAdjacency: Join Document Adjacency

Description Usage Arguments Value Author(s) See Also

View source: R/joinAdjacency.R

Description

Convert a set of line segment "join decisions" into a weighted adjacency matrix describing which map unit symbols touch.

Usage

1
joinAdjacency(x, vars = c("l_musym", "r_musym"))

Arguments

x

a SpatialLinesDataFrame object, with 1 line segment per feature (e.g. simple features)

vars

a vector of two characters naming columns containing "left", and "right" map unit symbols

Value

A weighted adjacency matrix is returned, suitable for plotting directly with plotSoilRelationGraph.

Author(s)

D.E. Beaudette

See Also

plotSoilRelationGraph


sharpshootR documentation built on May 2, 2019, 4:46 p.m.