ar.splitcl {Rarmec}R Documentation

Retrieve putative candidates from a cluster analysis

Description

Wrapper to group potential candidates by cluster analysis (ar.clust)). Clusters can be formed by either choosing a fixed number of clusters (argument k) or setting a dissimilarity threshold (argument h).

Usage

ar.splitcl(hc, sol,x, k = NULL, h = 0.3)

Arguments

hc Object from ar.clust
sol Matrix from ar.getlist
x Original data matrix
k Number of clusters to be generated
h Dissimilarity based threshold to define the clusters (1-correlation)

Value

List of clusters - Each contains

cor Correlation matrix
met Characteristics of each solution as for ar.getlist

Author(s)

David Enot dle@aber.ac.uk>

See Also

ar.writecl

Examples


### Check ar.writecl for complete example


[Package Rarmec version 1.0 Index]