A function for continuous theta-logistic growth, for use with ode in the deSolve package.
Usage
thetalogistic(times, y, parms)
Arguments
times
Times points that will return N
y
N
parms
a vector of logistic growth parameters
Value
Returns of list of one component (required by ode).
Details
The user does not put these directly into this function, but rather uses ode in the deSolve package. See ode in the deSolve package.
References
Sibly, R.M., Barker, D., Denham, M.C., Hone, J., and Pagel, M. On the regulation of populations of mammals, birds, fish, and insects. Science, 309:607--610, 2005.
Stevens, M.H.H. 2009. A Primer of Ecology with R. Use R! Series. Springer.