Learn R Programming

ypr (version 0.5.2)

ypr_age_at_length: Age At Length

Description

Age At Length

Usage

ypr_age_at_length(population, length)

Value

A double vector of the lengths.

Arguments

population

An object of class ypr_population().

length

A numeric vector of the length (cm).

Examples

Run this code
ypr_age_at_length(ypr_population(), seq(0, 100, by = 10))

Run the code above in your browser using DataLab