is_leaf_node-HierarchicalPartition-method | R Documentation |
Test whether a node is a leaf node
## S4 method for signature 'HierarchicalPartition'
is_leaf_node(object, node, merge_node = merge_node_param())
object |
A |
node |
A vector of node IDs. |
merge_node |
Parameters to merge sub-dendrograms, see |
data(golub_cola_rh)
is_leaf_node(golub_cola_rh, all_leaves(golub_cola_rh))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.