Trees Creation and Manipulation


[Up] [Top]

Documentation for package ‘oak’ version 0.2.3

Help Pages

%->% Add a tree at the bottom of a chain
ancestors Ancestors of a node
ancestors.rtree Ancestors of a node
as.list.rtree Conversion of a tree to a list
as.node Conversion to a node
as.node.character Conversion to a node
as.node.tree Conversion to a node
as.rtree Conversion to an 'rtree' object
as.rtree.character Conversion to an 'rtree' object
as.rtree.data.frame Conversion to an 'rtree' object
as.rtree.rtree Conversion to an 'rtree' object
chain Chain constructor
chain.character Chain constructor
chain.list Chain constructor
chain.numeric Chain constructor
chain.rtree Chain constructor
children Children of a node
cut_leaves Cut the leaves of a tree
c_ Chain constructor
descendants Descendants of a node
descendants.rtree Descendants of a node
empty_tree Tree constructor
flatten Flatten a tree
flatten.rtree Flatten a tree
has.parent Parent of a node
height Height of a tree
height.rtree Height of a tree
height<- Height of a tree
is.binary_tree Test if a tree is a binary tree
is.chain Test if a tree is a chain
is.chain.rtree Test if a tree is a chain
is.node Test if an object is a node
is.root Test if a node is a root of a tree
is.rooted Test if a tree has a root
is.rtree Test if an object is a tree
is.tree Test if an object is a tree
is_empty Tree constructor
is_empty.default Tree constructor
is_empty.rtree Tree constructor
is_leafnode Leaves of a tree
label Labels of nodes and trees
label<- Labels of nodes and trees
labels.rtree Labels of nodes and trees
leaves Leaves of a tree
leaves.rtree Leaves of a tree
Node Tree Class
Nodes Nodes Class
parent Parent of a node
parent.rtree Parent of a node
print.rtree Print trees
prune Prune a tree
prune.rtree Prune a tree
rev.rtree Reverse a chain
root Root(s) of a tree
root.rtree Root(s) of a tree
roots Root(s) of a tree
roots.rtree Root(s) of a tree
rtree Tree constructor
r_ Tree constructor
siblings Siblings of a node
siblings.rtree Siblings of a node
subtrees Subtrees of a tree
subtrees.rtree Subtrees of a tree
subtrees<- Subtrees of a tree
take_branch Take a branch of a tree
take_branch.rtree Take a branch of a tree
take_node Take a branch of a tree
Tree Tree Class
tree_apply Apply a function to each node of a tree
tree_apply.rtree Apply a function to each node of a tree
update.rtree Update a tree with new subtrees