WhitefishMB | R Documentation |
Ages of Lake Whitefish (Coregonus clupeaformis) from four lakes as determined by scales and fin-rays.
A data frame with 859 observations on the following 3 variables:
Ages assigned from fin-ray sections
Ages assigned from scales
Lake from which the fish was captured (L122
, L226
, Huron
, or Dezadeash
)
Age Comparison
Age Precision
Age Bias
Ageing Error
From (approximately) Figure 1 of Mills, K.H., and R.J. Beamish. 1980. Comparison of fin-ray and scale age determinations for lake whitefish (Coregonus clupeaformis) and their implications for estimates of growth and annual survival. Canadian Journal of Fisheries and Aquatic Sciences 37:534-544. CSV file
data(WhitefishMB)
str(WhitefishMB)
head(WhitefishMB)
op <- par(mfrow=c(2,2),pch=19)
plot(scale~fin,data=WhitefishMB,subset=lake=="L122",main="Lake L122")
plot(scale~fin,data=WhitefishMB,subset=lake=="L226",main="Lake L226")
plot(scale~fin,data=WhitefishMB,subset=lake=="Huron",main="Huron")
plot(scale~fin,data=WhitefishMB,subset=lake=="Dezadeash",main="Dezadeash")
par(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.