computeMemberIndices {idendr0} | R Documentation |
Compute indices of observations forming given cluster.
computeMemberIndices(h, clusterIdx)
h |
HCA result, usually 'hclust' return value |
clusterIdx |
cluster index |
indices of observations forming cluster 'clusterIdx'
Tomas Sieger