Skip to content
Prev 255604 / 398506 Next

Plotting MDS (multidimensional scaling)

Also try the asp parameter in plot.

plot(fit2$points, xlab="Coordinate 1", ylab="Coordinate 2",main="Metric 
MDS",type='n',asp=1)
text(fit2$points, labels = c('A','B','C','D'), cex=1)

Hope it helps
                                 mario
On 02-Apr-11 22:07, Daniel Malter wrote: