Skip to content

NMDS using Vegan

2 messages · suparna mitra, Gavin Simpson

#
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