View source: R/multigen_function.R
bevHoltFct | R Documentation |
To simulate growth easily, use the Beverton-Holt equation. Which is:
bevHoltFct(R, N, alpha)
R |
a numeric vector of species growth rates |
N |
a numeric vector of species population sizes |
alpha |
the competition coefficient see |
N(t+1) = (R * N(t))/(1 + A * alpha)
where t is time, i is the species of interest and x the patch it occupies.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.