TroutperchLM1 | R Documentation |
The assigned ages (by scales), total lengths (mm), and sexes of Troutperch (Percopsis omsicomaycus) captured in southeastern Lake Michigan.
A data frame with 431 observations on the following 3 variables:
Assigned ages (by scales).
Measured total length (mm).
Sex (f
=female and m
=male).
Growth
von Bertalanffy
Simulated from the age-length data provided in Table 1 of House, R., and L. Wells. 1973. Age, growth, spawning season, and fecundity of the trout-perch (Percopsis omsicomaycus) in southeastern Lake Michigan. Journal of the Fisheries Research Board of Canada 30:1221-1225. CSV file
data(TroutperchLM1)
str(TroutperchLM1)
head(TroutperchLM1)
op <- par(mfrow=c(1,2),pch=19)
plot(tl~age,data=TroutperchLM1,subset=sex=="f",main="female")
plot(tl~age,data=TroutperchLM1,subset=sex=="m",main="male")
par(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.