| projectRDD | R Documentation |
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.
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, ...)
params |
A MizerParams object. |
rdi |
Vector of density-independent reproduction rates
|
species_params |
A species parameter dataframe. Must contain a column
|
t |
The time for which to do the calculation. |
... |
Unused |
Vector of density-dependent reproduction rates.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.