Description Usage Arguments Value Examples
View source: R/solve_logistic_equation.R
Uses the known analytic solution to the one-population logistic growth differential equation to calculate the size of a population at a specific time point, given certain population parameters.
1 | solve_logistic_equation(P0, K, r, t)
|
P0 |
Real scalar; the initial population value. |
K |
Real scalar; the carrying capacity. |
r |
Real scalar; the intrinsic population growth rate. |
t |
Real scalar; the time point at which to evaluate the population. |
Real scalar; the size of the population with the given parameters at time t.
1 | solve_logistic_equation(100, 1000, 0.1, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.