plot_nmds | R Documentation |
Used to generate a quick ordination.
plot_nmds(dm, metadata_map = NULL, color_cat, shape_cat)
dm |
Dissimilarity matrix. |
metadata_map |
The metadata mapping data frame. |
color_cat |
The metadata map header used to color points. |
shape_cat |
[OPTIONAL] The metadata map header used for points' shapes. |
dm = calc_dm(fruits_veggies$data_loaded) plot_nmds(dm, metadata_map = fruits_veggies$map_loaded, "Sample_type", "Farm_type")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.