Rev Language Reference


dnConstrainedTopology

Usage

dnConstrainedTopology(Distribution__TimeTree treeDistribution, Clade[] constraints, TimeTree initialTree, TimeTree backbone, Bool inverse)

Arguments

treeDistribution : Distribution__TimeTree (pass by value)
The base distribution for the tree.
constraints : Clade[] (pass by value)
The topological constraints.
Default : [ ]
initialTree : TimeTree (pass by value)
Instead of drawing a tree from the distribution, initialize distribution with this tree.
Default : NULL
backbone : TimeTree (pass by const reference)
The backbone topological constraints.
Default : NULL
inverse : Bool (pass by value)
Should the constraint be inverted?
Default : FALSE

Domain Type