age_mat: Calculate age at maturity

View source: R/age_mat.R

age_matR 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)

mizer documentation built on April 26, 2023, 5:12 p.m.