Beverton Holt function to calculate density-dependent reproduction rate
Source:R/seasonal.R
seasonalBevertonHoltRDD.Rd
Takes the density-independent rates \(R_{di}(t)\) of egg
production and returns reduced, density-dependent reproduction rates
\(R_{dd}(t)\) given as
$$R_{dd}(t) = R_{di}(t)
\frac{R_{max}(t)}{R_{di}(t) + R_{max}(t)}$$
where \(R_{max}(t)\) are the maximum possible reproduction rates
that must be specified in an array (time x species) saved in the
other_params$R_max
slot of the MizerParams
object. This is simply a
time-dependent version of mizer::BevertonHoltRDD()
. (All quantities in the
above equation are species-specific but we dropped the species index for
simplicity.)
See also
Other functions calculating density-dependent reproduction rates:
seasonalVonMisesRDD()