Length At Age
Arguments
- population
An object of class
ypr_population().- age
A numeric vector of the age (yr).
See also
Other calculate:
ypr_age_at_length(),
ypr_exploitation(),
ypr_optimize(),
ypr_yield(),
ypr_yields()
Examples
ypr_length_at_age(ypr_population(), seq(0, 5, by = 0.5))
#> [1] 0.000000 7.225651 13.929202 20.148378 25.918178 31.271072 36.237185
#> [8] 40.844464 45.118836 49.084358 52.763345
