age_mat {mizer} | R Documentation |
Calculate age at maturity
Description
Uses the growth rate and the size at maturity to calculate the age at maturity
Usage
age_mat(params)
Arguments
params |
A MizerParams object |
Details
Using that by definition of the growth rate g(w) = dw/dt
we have that
\mathrm{age_{mat}} = \int_0^{w_{mat}.}\frac{dw}{g(w)}
Value
A named vector. The names are the species names and the values are the ages at maturity.
Examples
age_mat(NS_params)
[Package mizer version 2.5.1 Index]