exponential.model.bis {ZeBook}R Documentation

The Exponential growth model of dynamic of population - another form

Description

Exponential growth model of dynamic of population - another form

Usage

exponential.model.bis(a, Y0, duration = 40, dt = 1)

Arguments

a

: growth rate

Y0

: initial condition

duration

: duration of simulation

dt

: time step for integration

Value

data.frame with Y for each time step

See Also

verhulst.update for the update function of the Verhulst model.


[Package ZeBook version 1.1 Index]