ypr_length_at_age: Length At Age

View source: R/utils.R

ypr_length_at_ageR Documentation

Length At Age

Description

Length At Age

Usage

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

Other calculate: ypr_age_at_length(), ypr_exploitation(), ypr_optimize(), ypr_yields(), ypr_yield()

Examples

ypr_length_at_age(ypr_population(), seq(0, 5, by = 0.5))

ypr documentation built on Aug. 30, 2022, 1:11 a.m.