PCMTreePreorderCpp {PCMBaseCpp} | R Documentation |
Fast preorder of the edges in a tree
Description
Fast preorder of the edges in a tree
Usage
PCMTreePreorderCpp(tree)
Arguments
tree |
a phylo object |
Value
an integer vector containing indices of rows in tree$edge
in
their preorder order.
Examples
PCMTreePreorderCpp(PCMBase::PCMBaseTestObjects$tree.a)
[Package PCMBaseCpp version 0.1.9 Index]