all_leaves-HierarchicalPartition-method {cola} | R Documentation |
All leaves in the hierarchy
## S4 method for signature 'HierarchicalPartition' all_leaves(object, depth = max_depth(object))
object |
a |
depth |
depth in the hierarchy. |
A vector of node ID.
Zuguang Gu <z.gu@dkfz.de>
data(cola_rh) all_leaves(cola_rh)