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