SheperdRDD {mizer} | R Documentation |
Sheperd function to calculate density-dependent reproduction rate
Description
Takes the density-independent rates
of egg production and returns
reduced, density-dependent rates
given as
Usage
SheperdRDD(rdi, species_params, ...)
Arguments
rdi |
Vector of density-independent reproduction rates
|
species_params |
A species parameter dataframe. Must contain columns
|
... |
Unused |
Details
With and
this reduces to the Beverton-Holt
reproduction rate, see
BevertonHoltRDD()
.
Value
Vector of density-dependent reproduction rates.
See Also
Other functions calculating density-dependent reproduction rate:
BevertonHoltRDD()
,
RickerRDD()
,
constantEggRDI()
,
constantRDD()
,
noRDD()
[Package mizer version 2.5.1 Index]