# NOT RUN {
data(BinMatInput_ordination)
mat = BinMatInput_ordination
group.names(mat)
scree(mat)
shepard(mat)
clrs = c("red", "green", "black")
shp = c(16,16,16)
nmds(mat, colours = clrs, shapes = shp, labs = TRUE)
# }
Run the code above in your browser using DataLab