nmds.mst {fossil} | R Documentation |
This is a helper function which will plot an NMDS with an overlain MST
nmds.mst(nmds, mst, ...)
nmds |
an NMDS created using the ecodist program |
mst |
a minimum spanning tree or network (binary matrix) |
... |
arguments to be passed to the plot function |
At the moment, the function requires an NMDS created using the ecodist program, howver the minimum spanning tree can be any one which creates a binary matrix showing connections (ie dino.mst
).
Plots a non-metric multidimensional scaling plot with an overlain minimum spanning tree showing connections between the points.
Matthew Vavrek
~put references to the literature/web site here ~
##add examples