tree_idx {stagedtrees} | R Documentation |
return path index
tree_idx(path, tree, complete = FALSE)
path |
a path from root in the tree. |
tree |
a symmetric tree given as a list of levels. |
complete |
logical, if |
Compute the integer index of the node associated with the
given path in a symmetric tree defined by tree
.
an integer, the index of the node corresponding to path