View source: R/setBevertonHolt.R
getReproductionLevel | R Documentation |
The reproduction level is the ratio between the density-dependent reproduction rate and the maximal reproduction rate.
getReproductionLevel(params)
params |
A MizerParams object |
A named vector with the reproduction level for each species.
getReproductionLevel(NS_params)
# The reproduction level can be changed without changing the steady state:
params <- setBevertonHolt(NS_params, reproduction_level = 0.9)
getReproductionLevel(params)
# The result is the ratio of RDD and R_max
identical(getRDD(params) / species_params(params)$R_max,
getReproductionLevel(params))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.