BEAST v2.7.8 Documentation: sa.evolution.tree.CladeConstraint

BEASTObject that performs calculations based on the State.
Probabilistic representation that can produce a log probability for instance for running an MCMC chain.

Logable: yes, this can be used in a log.

Inputs:

tree, taxonsetIn, taxonsetOut, stronglyMonophyletic

 

tree
type: beast.base.evolution.tree.Tree
tree to apply the constraint on
Required input

 

taxonsetIn
type: beast.base.evolution.alignment.TaxonSet
set of taxa inside the clade, in-taxa.
Required input

 

taxonsetOut
type: beast.base.evolution.alignment.TaxonSet
set of taxa outside the clade. If it is not specified then the in-taxa are considered to be monophyletic.
Optional input

 

stronglyMonophyletic
type: java.lang.Boolean
is true if the most recent common ancestor of the clade is not a sampled node andtherefore has two children which both have extant descendants. Default is false.
Optional input. Default: false