Uses the growth rate and the size at maturity to calculate the age at
maturity
Arguments
- params
A MizerParams object
Value
A named vector. The names are the species names and the values are
the ages at maturity.
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)}$$
Examples
age_mat(NS_params)
#> Sprat Sandeel N.pout Herring Dab Whiting Sole Gurnard
#> 2.5560864 0.9832776 1.7962884 3.0382630 1.9612689 2.7122876 4.4940829 4.1384558
#> Plaice Haddock Cod Saithe
#> 6.2608150 3.4391147 2.8583434 4.6315535