Length At Age

ypr_length_at_age(population, age)

Arguments

population

An object of class ypr_population().

age

A numeric vector of the age (yr).

Value

A double vector of the lengths.

See also

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