Description Usage Arguments Details Value Author(s) References See Also Examples
Single species discrete logistic growth – a difference equation.
A function for continuous logistic growth, for use with ode
in the
deSolve
package, using method = 'euler' and integer time steps.
1 |
t |
times points that will return N |
y |
N |
p |
a vector of labeled logistic growth parameters; the first must be labeled rd, and the second must be labeled alpha (the value of alpha is 1/K). |
Of the form,
N_{t+1} - N_{t} = r_d N_{t}≤ft(1 - α N_{t}\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.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.