Hi, this is probably a trivial question(excuse me) but I'm unable to get it right! I want to plot the clusters with labelling of data using pam (as I've only got few datas) . I found out in the help how to choose the optimal mb of clusters, now I want to know which data belongs to which cluster! How do I get the labels of the datas in the plot? plot(pam(dat, 4))Thanks Anne [[alternative HTML version deleted]]
"labels" option in plot(pam.object) is what you want,
you can found a description on help("clusplot.default"), this
the method called by plot when act on pam object.
A.S.
----------------------------
Alessandro Semeria
Models and Simulations Laboratory
Montecatini Environmental Research Center (Edison Group),
Via Ciro Menotti 48,
48023 Marina di Ravenna (RA), Italy
Tel. +39 544 536811
Fax. +39 544 538663
E-mail: alessandro.semeria at cramont.it