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.
Arguments
- x
SoilProfileCollection
object- vars
character vector listing one or more site level attributes of
x
- weights
numeric vector, same length as
vars
, variable weighting- ...
additional arguments to
cluster::daisy()
Value
dissimilarity
/ dist
class object containing pair-wise distances, row/column names derived from profile_id(x)
Details
This function is typically used in conjunction with the output from NCSP()
.