Re: [R] Output of silhouette (cluster package)

2008-06-14 Thread Martin Maechler
> "CV" == Cristiano Varin <[EMAIL PROTECTED]> > on Fri, 13 Jun 2008 11:31:34 +0200 writes: CV> Dear R users, I am mailing you about the graphical CV> output of silhouette (cluster package) CV> From the example of silhouette in help(silhouette): >> ar <- agnes(ruspini

[R] Output of silhouette (cluster package)

2008-06-13 Thread Cristiano Varin
Dear R users, I am mailing you about the graphical output of silhouette (cluster package) From the example of silhouette in help(silhouette): > ar <- agnes(ruspini) > si3 <- silhouette(cutree(ar, k = 5), # k = 4 gave the same as pam() above +daisy(ruspini)) > plot(si3,