make_rda_df | R Documentation |
Make a data frame of the ordination if the ordination method is RDA. Not exported.
make_rda_df(ord, physeq, axes)
ord |
The ordination object generated by
|
physeq |
The phyloseq object we're making things from |
axes |
A numeric vector of the axes to plot |
Take a phyloseq object and generate a data frame of the
distance-based ordination of the samples for plotting when the ordination
method was RDA. Used internally by make_ord_df()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.