Learn R Programming

ZeBook (version 0.3)

verhulst.update: the Verhulst model function - Update Y

Description

the Verhulst model function - Update Y

Usage

verhulst.update(Y, a, k)

Arguments

Y
: state variable Y(t=day)
a
: growth rate
k
: capacity

Value

  • state variable at Y(t=day+1)

See Also

verhulst.model for the intergration loop function of the Verhulst model.