Rev Language Reference


fnStitchTree

Usage

fnStitchTree(Tree backboneTree, TimeTree[] patchClades, Taxon[][] patchTaxa)

Arguments

backboneTree : Tree (pass by const reference)
The backbone tree variable.
patchClades : TimeTree[] (pass by const reference)
The patch clade variables.
patchTaxa : Taxon[][] (pass by const reference)
The taxa per patch clade to be stitched on to the backbone tree. Shares order with patchClades.

Return Type