BEAST v2.6.7 Documentation: beast.evolution.operators.NodeReheight

Proposes a move in state space.
This operator changes a beast.tree.
Tree operator which randomly changes the height of a node, then reconstructs the tree from node heights.

Inputs:

taxonset, genetree, tree, markclades, weight

 

taxonset
type: beast.evolution.alignment.TaxonSet
taxon set describing species tree taxa and their gene trees
Required input

 

genetree
type: beast.evolution.tree.Tree***
list of gene trees that constrain species tree movement
Optional input

 

tree
type: beast.evolution.tree.Tree
beast.tree on which this operation is performed
Required input

 

markclades
type: java.lang.Boolean
Mark all ancestors of nodes changed by the operator as changed, up to the MRCA of all nodes changed by the operator.
Optional input. Default: false

 

weight
type: java.lang.Double
weight with which this operator is selected
Required input