Learn R Programming

ypr (version 0.5.2)

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).

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