dist_bycol | R Documentation |
May be used to verify ecological distance among samples.
dist_bycol(x, y, method = "bray", nperm = 99, ...)
x |
(required) A first matrix. |
y |
(required) A second matrix. |
method |
(default: 'bray') the method to use internally in the vegdist function. |
nperm |
(int) The number of permutations to perform. |
... |
Others argument for |
A list of length two : (i) a vector of observed distance ($obs) and (ii) a matrix of the distance after randomization ($null)
the first column of the first matrix is compare to the first column of the second matrix, the second column of the first matrix is compare to the second column of the second matrix and so on.
Adrien Taudière
vegdist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.