exponentialPopFunc function
exponentialPopFunc(Double GrowthRate, Double N0, Double NA, Integer I_na)
Models population growth using an exponential growth function with optional NA and I_na.
Parameters
- Double GrowthRate - Exponential growth rate
- Double N0 - Initial population size
- Double NA - (optional) Ancestral population size
- Integer I_na - (optional) Indicator for using NA (0 or 1)
Return type
Examples
- expCoal.lphy
- expCoalJC.lphy