install.packages('data.tree')
data.tree
Structure With Nodes
Node
has after conversion to a phylo objectdata.tree
structure to Newick notationNode
's children.Node
or an entire data.tree
structureSplitNode
from the party package to a data.tree
structure.rpart
object to a data.tree
structuredendrogram
to a data.tree Node
data.tree
structure to an igraph networkdata.frame
to a data.tree
structureNode
to a dendrogram
party
from the partykit package to a data.tree
structure.list
structure to a data.tree
structuredata.tree
data structuredata.tree
structure to a data.frame
phylo
object from the ape package to a Node
data.tree
structure to a list-of-list structureNode
is the rootNode
is not a rootNode
to a phylo object from the ape package.Node
is not a leafNode
is a leafNode
in a human-readable fashion.Node
given the height of the root.Node
, recursively.name
is a reserved word, as defined in NODE_RESERVED_NAMES_CONST
.