age_mat | R Documentation |
Uses the growth rate and the size at maturity to calculate the age at maturity
age_mat(params)
params |
A MizerParams object |
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)}
A named vector. The names are the species names and the values are the ages at maturity.
age_mat(NS_params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.