GrowthData2 | R Documentation |
Hypothetical lengths at seasonal ages. These data are useful for testing growth related functions (e.g., findGrowthStarts
) as they were generated from known growth functions (e.g., von Bertalanffy) with some random error and are, thus, “as good as it gets” for testing.
A data frame of 126 observations on the following 2 variables:
Ages with decimals representing a fraction of a year
Total length simulated from a the “Somers” parameterization of the von Bertalanffy growth function with Linf=450, K=0.3, t0=-0.5, C=0.9, and ts=0.1
Growth
von Bertalanffy
GrowthData1
, GrowthData2
, and findGrowthStarts
str(GrowthData2)
head(GrowthData2)
plot(tlS~age,data=GrowthData2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.