BEASTObject that performs calculations based on the State.
An implementation of a population size function beastObject.Also note that if you are dealing with a diploid population N0 will be the number of alleles, not the number of individuals.
Population model constructed by piecewise assembly of other population functions.
populationModel, changeTimes, makeContinuous
 
type: beast.base.evolution.tree.coalescent.PopulationFunction*** |
Population model segment |
Optional input |
 
type: beast.base.core.Function |
Times of transitions between individual model segments. |
Required input |
 
type: java.lang.Boolean |
Scale population functions to ensure resulting compound function is continuous. (Default false) |
Optional input. Default: false |