Learn R Programming

ypr (version 0.6.0)

ypr_length_at_age: Length At Age

Description

Length At Age

Usage

ypr_length_at_age(population, age)

Value

A double vector of the lengths.

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_yields(), ypr_yield()

Examples

Run this code
ypr_length_at_age(ypr_population(), seq(0, 5, by = 0.5))

Run the code above in your browser using DataLab