exponential.model {ZeBook} | R Documentation |
Exponential growth model of dynamic of population
exponential.model(a, Y0, duration = 40, dt = 1)
a |
: growth rate |
Y0 |
: initial condition |
duration |
: duration of simulation |
dt |
: time step for integration |
data.frame with Y for each time step
verhulst.update
for the update function of the Verhulst model.