Description Usage Arguments Value Examples
Calculate the community dissimilarity / distance matrix.
1 |
x |
An object of the class mina with 'norm' defined or any quantitative matrix. |
method |
The dissimilarity / distance method used, default 'bray'. |
... |
Additional parameters. |
The distance / dissimilarity matrix.
1 2 | asv_norm <- norm_tab(maize_asv2, method = "raref", depth = 1000)
asv_dis <- com_dis(asv_norm, method = "bray")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.