Rdocumentation
powered by
Learn R Programming
ZeBook (version 0.3)
verhulst.model: the Verhulst model function - integration loop
Description
the Verhulst model function - integration loop
Usage
verhulst.model(a, k, Y0, duration)
Arguments
a
: growth rate
k
: capacity
Y0
: initial condition
duration
: duration of simulation
Value
data.frame with daily Y
See Also
verhulst.update
for the update function of the Verhulst model.