BEAST v2.6.7 Documentation: beast.evolution.speciation.SpeciesTreeLogger

Logs tree annotated with metadata in StarBeast format

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

Inputs:

tree, popSize, popSizeTop, speciesTreePrior, treetop, metadata

 

tree
type: beast.evolution.tree.Tree
tree to be logged
Required input

 

popSize
type: beast.core.Function
population size parameter associated with tree nodes
Required input

 

popSizeTop
type: beast.core.Function
population size parameter associated with top of tree branches, only used for non-constant *beast analysis
Optional input

 

speciesTreePrior
type: beast.evolution.speciation.SpeciesTreePrior
species tree prior, used to find which Population Size Function is used. If not specified, assumes 'constant'
Optional input

 

treetop
type: beast.evolution.speciation.TreeTopFinder
calculates height of species tree
Required input

 

metadata
type: beast.core.Function***
meta data to be logged with the tree nodes
Optional input