Discrete exponential growth model
run_discrete_exponential_model.Rd
Discrete exponential growth model
Arguments
- N0
initial population size of population
- lambda
discrete population growth rate
- time
Number of time steps over which to project the model
See also
run_exponential_model()
for simulation exponential growth
in continuous time, and see run_discrete_logistic_model()
,
run_beverton_holt_model()
, and run_ricker_model()
for discrete time
models with population regulation