----- Original Message ----- From: "Brett Stansfield" <[EMAIL PROTECTED]>
To: "R help (E-mail)" <R-help@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

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to