[R] Complete Linkage Clustering techniques

Sean Davis sdavis2 at mail.nih.gov
Thu Mar 24 02:36:32 CET 2005


----- Original Message ----- 
From: "Brett Stansfield" <brett at hbrc.govt.nz>
To: "R help (E-mail)" <R-help at stat.math.ethz.ch>
Sent: Wednesday, March 23, 2005 5:25 PM
Subject: [R] Complete Linkage Clustering techniques


> Dear R
> I recently asked for a cluster analysis
>
> Using
> * cluster.results <- hclust(iris.dist, method="complete")
> * but nothing happened i.e the previous scatterplot matrix still
> showed up whereas I was expecting a dendogram.
>
> Could it be that because I had used cutree before on the scatter plots 
> that
> it somehow mucked it up. I tried detach then attach and commenced making 
> the
> data matrix again and followed the procedures through.
>
> Not sure what I've done wrong here, can anyone help me

You need to plot the result.

plot(cluster.results)

Sean




More information about the R-help mailing list