Learn R Programming

FSAdata (version 0.3.6)

AnchovetaChile: Ages and lengths of Anchoveta from Chilean waters.

Description

Ages (in months) and lengths of Anchoveta (Engraulis ringens) from central Chilean waters.

Arguments

Format

A data frame with 207 observations of the following 3 variables:

age.mon

Age in months.

tl.cm

Total length (cm).

cohort

Year-class.

Topic(s)

  • Growth

  • Seasonal Growth

  • von Bertalanffy

  • Somers model

Examples

Run this code
# NOT RUN {
data(AnchovetaChile)
str(AnchovetaChile)
head(AnchovetaChile)
AnchovetaChile$age <- AnchovetaChile$age.mon/12
plot(tl.cm~age,data=AnchovetaChile)

# }

Run the code above in your browser using DataLab