Hi, For example: I built a half matrix "w" using a daisy(x, metric = c("euclidean")) http://www.nabble.com/file/p25211016/1.jpg
And next I transformed this matrix "w" using isoMDS function, for example isoMDS(w, k=2) and as result I got: http://www.nabble.com/file/p25211016/2.jpg And now I have a question: 1. If number in matrix w[2, 1] (= 0.41538462) match two points (below) in matrix created by isoMDS ? http://www.nabble.com/file/p25211016/3.jpg Is this the same point? -- View this message in context: http://www.nabble.com/about-isoMDS-method-tp25211016p25211016.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.