hi there!

i am searching for a possibility to plot the cluster fusion number against the 
distance in hierarchical clustering. i used the following code:

distances = dist(my data[, c(1:11)],
method="euclidean")
eward = hclust(distances, method="ward")

plot(eward, labels=my data[, 12], hang=0,cex=0.7,
main="Euclidean/Ward",
   ylab="Distance", xlab="AIN", sub =" ")

can anyone help??

regards,
julia


-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten

______________________________________________
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.

Reply via email to