beta_dist | R Documentation |
compute some dists. Plot the PCA PCoa NMDS.
beta_dist(otu, tree)
otu |
otu table. |
tree |
phylogene tree |
beta dist
data(its) tree <- ape::rtree(nrow(its), rooted = TRUE, tip.label = rownames(its)) dists <- beta_dist(its, tree) pcoa_plot(dists[[3]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.