View source: R/mdessence-functions.R
add_to_phyloseq_ordination | R Documentation |
Add new points to an ordination object created by phyloseq
add_to_phyloseq_ordination(ps_old, ps_old_and_new, distance)
ps_old |
A phyloseq object containing the original samples used for phyloseq::ordinate. |
ps_old_and_new |
A phyloseq object containing both the old samples (those used for phyloseq::ordinate) and the new samples to be added to the embedding diagram. |
distance |
The same argument that was passed to phyloseq::ordinate |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.