Learn R Programming

mizer (version 3.0.0)

projectRDD: Get density-dependent reproduction rate during projection

Description

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 MizerParams projectRDD(params, rdi, species_params = params@species_params, t = 0, ...)

Value

Vector of density-dependent reproduction rates.

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_max holding the maximum reproduction rate \(R_{max}\) for each species.

t

The time for which to do the calculation.

...

Unused