Numeric index of each node in a tree NodeNumbers()
returns a sequence corresponding to the nodes in a tree
Source: R/tree_properties.R
NodeNumbers.Rd
Numeric index of each node in a tree
NodeNumbers()
returns a sequence corresponding to the nodes in a tree
Arguments
- tree
A tree of class
phylo
.- tips
Logical specifying whether to also include the indices of leaves.
See also
Other tree properties:
ConsensusWithout()
,
MatchEdges()
,
NSplits()
,
NTip()
,
PathLengths()
,
SplitsInBinaryTree()
,
TipLabels()
,
TreeIsRooted()
Other tree navigation:
AncestorEdge()
,
CladeSizes()
,
DescendantEdges()
,
EdgeAncestry()
,
EdgeDistances()
,
ListAncestors()
,
MRCA()
,
MatchEdges()
,
NDescendants()
,
NodeDepth()
,
NodeOrder()
,
RootNode()