logistic_growth | R Documentation |
Given a starting population size, find the estiamted size after one generation of logistic growth.
logistic_growth(n, K, r, ...)
n |
numeric. Starting population size. |
K |
numeric. Carrying capacity. |
r |
numeric. Logistic growth rate. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.