powered by
Ages (in months) and total lengths of two year-classes of Sardine (Strangomera bentincki) from central Chilean waters.
A data frame with 196 observations of the following 3 variables:
Age in months.
Total length (cm).
Year-class.
Growth
Seasonal Growth
von Bertalanffy
Somers model
data(SardineChile) str(SardineChile) head(SardineChile) SardineChile$age <- SardineChile$age.mon/12 plot(tl.cm~age,data=SardineChile)
Run the code above in your browser using DataLab