BinMatInput_ordination | R Documentation |
Example input data containing a consolidated binary matrix with groups
data(BinMatInput_ordination)
A dataframe with columns for loci, and rows of replicate pairs. Grouping information is in the second column.
data(BinMatInput_ordination)
mat = BinMatInput_ordination
group.names(mat)
scree(mat)
shepard(mat)
clrs = c("red", "green", "black")
nmds(mat, colours = clrs, labs = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.