Uses of Class
pal.coalescent.ConstantPopulation
-
Packages that use ConstantPopulation Package Description pal.coalescent Classes to model population genetic processes using the coalescent. -
-
Uses of ConstantPopulation in pal.coalescent
Subclasses of ConstantPopulation in pal.coalescent Modifier and Type Class Description class
ConstExpConst
This class models a population that grows exponentially from an initial population size alpha N0 at time y to a size N0 at time x until the present-day.class
ConstExpGrowth
This class models a population that grows exponentially from an inital population size alpha N0 to a present-day size N0.class
ExpandingPopulation
This class models a population that grows exponentially from an inital population size alpha N0 to a present-day size N0.class
ExponentialGrowth
This class models an exponentially growing (or shrinking) population (Parameters: N0=present-day population size; r=growth rate).
-