View source: R/dissimilarities.R
bray.diss | R Documentation |
Calculates the Bray-Curtis dissimilarity between two samples
bray.diss(x, ...)
## Default S3 method:
bray.diss(x, y, ...)
## S3 method for class 'compositional'
bray.diss(x, ...)
x |
a vector containing the first compositional sample |
... |
optional arguments |
y |
a vector of |
a scalar value
data(Namib)
print(bray.diss(Namib$HM$x["N1",],Namib$HM$x["N2",]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.