Skip to contents

All functions

add_node()
Add a node to a tree.
as_tree()
Convert a data frame to tree format
distance_to_target()
Calculate distance between two nodes in a tree.
drop_node()
Drop a node (and all its descendants) from a tree
get_all_descendants()
Get all descendants from a single node in a tree
get_children()
Get the children slot from a single node in a tree
get_node_values()
Extract nodes values from a tree
get_nodes()
Extract nodes from a tree
node()
Node objects for collecting within trees
node_depth()
Calculate depth of a node in the tree
tree()
Tree objects