constantRDD {mizer} | R Documentation |
Give constant reproduction rate
Description
Simply returns the value from species_params$constant_reproduction
.
Usage
constantRDD(rdi, species_params, ...)
Arguments
rdi |
Vector of density-independent reproduction rates
|
species_params |
A species parameter dataframe. Must contain a column
|
... |
Unused |
Value
Vector species_params$constant_reproduction
See Also
Other functions calculating density-dependent reproduction rate:
BevertonHoltRDD()
,
RickerRDD()
,
SheperdRDD()
,
constantEggRDI()
,
noRDD()
[Package mizer version 2.5.1 Index]