powered by
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.
# NOT RUN { data(BinMatInput_ordination) mat = BinMatInput_ordination group.names(mat) scree(mat) shepard(mat) clrs = c("red", "green", "black") nmds(mat, colours = clrs, labs = TRUE) # }
Run the code above in your browser using DataLab