S3 generic used by extension-aware projections to calculate the
density-dependent reproduction rate. The base method calls the selected
density-dependence function in params@rates_funcs$RDD.
Usage
projectRDD(params, rdi, species_params = params@species_params, t = 0, ...)
# S3 method for class 'MizerParams'
projectRDD(params, rdi, species_params = params@species_params, t = 0, ...)Arguments
- params
A MizerParams object.
- rdi
Vector of density-independent reproduction rates \(R_{di}\) for all species.
- species_params
A species parameter dataframe. Must contain a column
R_maxholding the maximum reproduction rate \(R_{max}\) for each species.- t
The time for which to do the calculation.
- ...
Unused
See also
Other functions calculating density-dependent reproduction rate:
BevertonHoltRDD(),
RickerRDD(),
SheperdRDD(),
constantEggRDI(),
constantRDD(),
noRDD()
