SardineChile | R Documentation |
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
Directly from the authors of Cubillos, L.A., D.F. Arcosa, D.A. Bucareya, M.T. Canalesa. 2001. Seasonal growth of small pelagic fish off Talcahuano, Chile (37S, 73W): a consequence of their reproductive strategy to seasonal upwelling? Aquatic Living Resources, 14:115-124. Data were in Figure 9. CSV file
data(SardineChile)
str(SardineChile)
head(SardineChile)
SardineChile$age <- SardineChile$age.mon/12
plot(tl.cm~age,data=SardineChile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.