bevHoltFct: Beverton-Holt function

View source: R/multigen_function.R

bevHoltFctR Documentation

Beverton-Holt function

Description

To simulate growth easily, use the Beverton-Holt equation. Which is:

Usage

bevHoltFct(R, N, alpha)

Arguments

R

a numeric vector of species growth rates

N

a numeric vector of species population sizes

alpha

the competition coefficient see alphaterm() for its computation

Details

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.


Rekyt/fdcoexist documentation built on Oct. 16, 2022, 10:27 a.m.