powered by
Calculates the Bray-Curtis dissimilarity between two samples
bray.diss(x, ...)# S3 method for default bray.diss(x, y, ...)# S3 method for compositional bray.diss(x, ...)
# S3 method for default bray.diss(x, y, ...)
# S3 method for compositional bray.diss(x, ...)
a scalar value
a vector containing the first compositional sample
optional arguments
a vector of length(x) containing the second compositional sample
length(x)
data(Namib) print(bray.diss(Namib$HM$x["N1",],Namib$HM$x["N2",]))
Run the code above in your browser using DataLab