[.HierarchicalPartition {cola} | R Documentation |
Subset the HierarchicalPartition object
## S3 method for class 'HierarchicalPartition' x[i]
x |
a |
i |
index. The value should be numeric or a node ID. |
On each node, there is a ConsensusPartition-class
object.
Note you cannot get a sub-hierarchy of the partition.
A ConsensusPartition-class
object.
data(cola_rh) cola_rh["01"] cola_rh[2]