Skip to content
Prev 323580 / 398503 Next

NMDS using Vegan

On Wed, 2013-05-15 at 12:06 +0800, Suparna Mitra wrote:
They are just labels and metaMDS **has** performed an NMDS. Not sure why
Jari labelled these as "MDSx". If this bothers you so, add your own
labels:

require("vegan")
data(dune)
sol <- metaMDS(dune)
plot(sol, xlab = "NMDS1", ylab = "NMDS2")

HTH

G