How do I get the labels from a hclust object after I have cut the tree using cutree ? hc<-hclust(someData,"a")
branches<-cutree(hc)
If there are two branches, how do I obtain the labels associated with each of the branches separately ?
Thanks../Murli
______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
