Re: [R] How to assign membership after hierachical clustering(agnes{cluster})

2014-02-26 Thread Sarah Goslee
Did you look at the help for agnes.object as directed by the help file that you yourself linked in your email? If none of those components meet your needs, as.hclust() - also pointed to by the agnes.object helpfile - might give you what you want. Sarah On Wed, Feb 26, 2014 at 3:08 PM, Tianchen W

[R] How to assign membership after hierachical clustering(agnes{cluster})

2014-02-26 Thread Tianchen Wu
Dear list, My Problem Setting Looks as Follows: I have a list of object [O1,O2,O3,O4,..O6000], on which a pairwise distance matrix is defined, called dist.matrix. After that, a agnes has been conducted on the distance matrix. agn1<-agnes(dist.matrix,method="ward") even cutted agn1_cut<-cu