search for: cluster1memb

Displaying 1 result from an estimated 1 matches for "cluster1memb".

2012 Feb 23
2
Advice on exploration of sub-clusters in hierarchical dendrogram
...erate corresponding dendrogram. Even with this given example I am afraid I can't work my way around. So I guess in my case I could grab all the members of a specific cluster using my existing code and try to reformat the distance matrix in one that only contains the distances of those members: cluster1members<-clstructure[[1]] Then I need to reformat the distance matrix into a new one, say d1, which I can feed to a new -local- hierarchical clustering: hrsub<-hclust(d1, method="complete") Any ideas on how I can obtain a new distance matrix with just the distances of the members in th...