View source: R/single_population_discrete.R
run_discrete_exponential_model | R Documentation |
Discrete exponential growth model
run_discrete_exponential_model(N0 = 1, lambda = 1.1, time = 100)
N0 |
initial population size of population |
lambda |
discrete population growth rate |
time |
Number of time steps over which to project the model |
A data frame with columns time and Nt
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
run_discrete_exponential_model(N0 = 1, lambda = 1.1, time = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.