Learn R Programming

ypr (version 0.4.0)

ypr_age_at_length: Age At Length

Description

Age At Length

Usage

ypr_age_at_length(population, length)

Arguments

population

An object of class ypr_population().

length

A numeric vector of the length (cm).

Value

A double vector of the lengths.

Examples

Run this code
# NOT RUN {
ypr_age_at_length(ypr_population(), seq(0, 100, by = 10))
# }

Run the code above in your browser using DataLab