Re: [R] about rect.hclust

2014-04-28 Thread chris Jhon
Thank you all for your kind help. On Sat, Apr 26, 2014 at 7:03 PM, Tal Galili wrote: > Thank you for mentioning the > dendextendpackage > Gregory. > > As I mention in the package, the dendextend package implements a similar > function as in t

[R] about rect.hclust

2014-04-25 Thread chris Jhon
Hi, I am using hclust and cutree to cluster a data frame y and cut it into few clusters as follows y V1 V2 V3 V4 A 1 2 3 4 B 5 6 7 8 C 9 10 11 12 D 13 14 15 16 E 17 18 19 20 > clu<-hclust(dist(y),method="complete") clu<-hclust(dist(y),method="complete") > clu Call: hclust(d = dist(y)