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