bevHoltFct.Rd
To simulate growth easily, use the Beverton-Holt equation. Which is:
bevHoltFct(R, N, alpha)
a numeric vector of species growth rates
a numeric vector of species population sizes
the competition coefficient see alphaterm()
for its
computation
$$ N_{t+1, i, x} = \frac{R_{i, x} \times N_{t, i, x}}{1 + A \times \alpha} $$ where t is time, i is the species of interest and x the patch it occupies.