Learn R Programming

erhcv (version 0.1.4)

EliminateCluster: Subcluster elimination

Description

Eliminate a subcluster and merge its elements to the main cluster.

Usage

EliminateCluster(cluster, pos)

Arguments

cluster

the cluster under consideration (of the form provided by the function hclust2tree)

pos

the position of the subcluster, directly under the main cluster, to eliminate

Value

The main cluster, without the subcluster that was eliminated.