calculate_ordination | R Documentation |
Function to calculate ordination with different methods
calculate_ordination(abun_table, method, distance = "bray", group = NULL)
nmds_ordination(abun_table, distance)
pca_ordination(abun_table)
pcoa_ordination(abun_table, distance)
abun_table |
Feature abundance table |
method |
Ordination method |
distance |
Dissimilarity distance to calculate. Available options are
those from |
Object returned depend on the selected method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.