compareSites {aqp} | R Documentation |
Compare Site Level Attributes of a SoilProfileCollection
Description
Compare site level attributes of a SoilProfileCollection
object, returning a distance matrix conformal with the output from NCSP()
. Values are within the range of 0-1.
Usage
compareSites(x, vars, weights = rep(1, times = length(vars)), ...)
Arguments
x |
|
vars |
character vector listing one or more site level attributes of |
weights |
numeric vector, same length as |
... |
additional arguments to |
Details
This function is typically used in conjunction with the output from NCSP()
.
Value
dissimilarity
/ dist
class object containing pair-wise distances, row/column names derived from profile_id(x)
See Also
[Package aqp version 2.0.4 Index]