Learn R Programming

FSAdata (version 0.4.1)

AHerringChile: Ages and lengths of Araucanian Herring from Chilean waters.

Description

Ages and lengths of Araucanian Herring (Strangomera bentincki) from Chilean waters.

Arguments

Format

A data frame with the following 2 variables:

age

Age in years.

len

Total length (to nearest 0.5 cm).

Topic(s)

  • Growth

  • Seasonal Growth

  • von Bertalanffy

  • Somers model

Examples

Run this code
data(AHerringChile)
str(AHerringChile)
head(AHerringChile)
plot(len~age,data=AHerringChile)

Run the code above in your browser using DataLab