find_leaves_in_list | R Documentation |
This function finds all leaves that are descendants of a node in a tree (represented by an hc_list
object).
find_leaves_in_list(ind, hc_list)
ind |
Index of a tree node. |
hc_list |
A list of length- |
Returns the leaf indices.
## See data example.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.