Learn R Programming

ypr (version 0.4.0)

ypr_length_at_age: 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.

Examples

Run this code
# NOT RUN {
ypr_length_at_age(ypr_population(), seq(0, 5, by = 0.5))
# }

Run the code above in your browser using DataLab