betaDiv | R Documentation |
This function returns pcoa coordinates calculated from the beta diversity dissimilarity matrix.
betaDiv(
data,
method = c("bray", "jaccard", "jsd"),
k = 2,
verbose = c(TRUE, FALSE)
)
data |
AbundanceData object |
method |
string defining the the beta diversity dissimilarity method. Accepted values are 'bray','jaccard', and 'jsd' |
k |
integer determining the number of pcoa axes to return |
verbose |
boolean indicating if timed logging is desired |
ComputeResult object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.