powered by
Lotka-Volterra single species discrete population growth.
dlogistic(alpha = 0.01, rd = 1, N0 = 2, t = 15)
per capita negative density dependence (a positive value will result in the usual negative effect)
discrete growth increment
initial population size
end time point
Returns a vector of population sizes from \(N_0,\, \ldots,\, N_t\), for integer time points.
Of the form, $$N_{t+1} = N_{t} + r_d N_{t}\left(1 - \alpha N_{t}\right)$$
Stevens. M.H.H. (2009) A Primer of Ecology with R. Use R! Series. Springer.
clogistic, dlvcomp2, lvcompg
clogistic
dlvcomp2
lvcompg
# NOT RUN { time <- 20 Ns <- dlogistic(t=20) plot(0:time, Ns) # }
Run the code above in your browser using DataLab