tree_leaf_nodes {cellpypes} | R Documentation |
Finds leaf nodes, i.e. classes without children
tree_leaf_nodes(classes, invert = FALSE)
classes |
Put obj$classes here, i.e. a tree of class definitions created with the rule function. |
invert |
If TRUE, return classes that are NOT leafs instead of leaf nodes. |
Character vector with the tree's leafs.