OrderedTree
.R/RcppExports.R
SPLITT-colon-colon-OrderedTree-colon-colon-OrderedTree.Rd
OrderedTree(std::vector<NodeType> const& branch_start_nodes,
std::vector<NodeType> const& branch_end_nodes,
std::vector<LengthType> const& branch_lengths);
Constructs the tree object given a list of branches. The list of branches is specified from the corresponding elements in the three vectors passed as arguments. Creates the internal data-objects needed for ordered traversal of the nodes in the tree.
branch_start_nodes |
|
---|---|
branch_end_nodes |
|
branch_lengths |
|