Takes the density-independent rates \(R_p\) of egg production and returns reduced, density-dependent rates \(R\) given as $$R = R_p \exp{- b R_p}$$
RickerRDD(rdi, species_params, ...)
Vector of density-independent reproduction rates \(R_p\) for all species.
A species parameter dataframe. Must contain a column
ricker_b
holding the coefficient b.
Unused
Vector of density-dependent reproduction rates.
Other functions calculating density-dependent reproduction rate:
BevertonHoltRDD()
,
SheperdRDD()
,
constantRDD()
,
noRDD()