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 we have that
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]