View source: R/analysisBetaDiv.R
bdiv | R Documentation |
Beta Diversity Analysis
bdiv(
dataset = NULL,
factor = NULL,
stratifier = NULL,
method = "bray",
weighted = F
)
dataset |
MicroVis dataset. Defaults to active dataset |
factor |
Factor along which to conduct beta-diversity analysis |
stratifier |
(Optional) A second factor along which to stratify groups |
method |
Method for dissimilarity calculation. One of either "bray", "euclidean", "jaccard", "unifrac", "manhattan", "canberra", "clark", "kulczynski", "gower", "altGower", "morisita", "horn", "mountford", "raup", "binomial", "chao", "cao", "mahalanobis", "chisq" or "chord" |
weighted |
(Optional) If method is set to "unifrac", whether to perform weighted or unweighted unifrac. Defaults to FALSE |
List of data tables containing various beta-diversity results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.