Description Usage Arguments Details Value Author(s) References See Also Examples
A function for continuous logistic growth, for use with ode
in the
deSolve
package.
1 | clogistic(times, y, parms)
|
times |
times points that will return N |
y |
N |
parms |
a vector of logistic growth parameters; the first must be r, and the second must be alpha (1/K). |
The user does not put these directly into this function, but rather uses
ode
in the deSolve
package.
The function implements the logistic growth equation
\frac{dN}{dt} = rN≤ft(1-α N\right)
or equivalently
\frac{dN}{dt} = rN≤ft(\frac{K-N}{K}\right)
Returns of list of one component (required by ode
).
Hank Stevens <HankStevens@miamioh.edu>
Stevens. M.H.H. (2009) A Primer of Ecology with R. Use R! Series. Springer.
dlogistic
, thetalogistic
,
levins
, lvcomp2
, lvcompg
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.