GrowthData1 | R Documentation |
Hypothetical lengths at annual 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 179 observations on the following 5 variables:
Ages as a whole number
Total length simulated from a von Bertalanffy growth function with Linf=450, K=0.3, and t0=-0.5
Total length simulated from a Gompertz growth function with Linf=450, gi=0.3, and ti=3
Total length simulated from a logistic growth function with Linf=450, gninf=0.5, and ti=3
Total length simulated from a Richards growth function with Linf=450, k=0.5, ti=2, and b=-0.5
Growth
von Bertalanffy
GrowthData2
, GrowthData3
, and findGrowthStarts
str(GrowthData1)
head(GrowthData1)
plot(tlV~age,data=GrowthData1)
plot(tlG~age,data=GrowthData1)
plot(tlL~age,data=GrowthData1)
plot(tlR~age,data=GrowthData1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.