exponentialPopFunc(Double GrowthRate, Double N0)
Models population growth using an exponential growth function.
Parameters
- Double GrowthRate - The growth rate of the population.
- Double N0 - The initial population size.
Return type
PopulationFunction
Examples
- expCoal.lphy, expCoalJC.lphy