nmds.mst {fossil}R Documentation

Creating NMDS plots with overlain Minimum Spanning Trees

Description

This is a helper function which will plot an NMDS with an overlain MST

Usage

nmds.mst(nmds, mst, ...)

Arguments

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

Details

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).

Value

Plots a non-metric multidimensional scaling plot with an overlain minimum spanning tree showing connections between the points.

Author(s)

Matthew Vavrek

References

~put references to the literature/web site here ~

See Also

dino.msn, dino.mst

Examples

##add examples


[Package fossil version 0.2.0 Index]