BullTroutRML1 | R Documentation |
Lengths and weights of Bull Trout (Salvelinus confluentis) from two Rocky Mountain lakes in Alberta, CAN and two eras.
A data frame with 137 observations on the following 3 variables:
Fork length (mm)
Wet mass (g)
Era of collection (1977-79
and 2001
)
Weight-Length
Length Frequency
The historical (1977-1980) era samples were from before restrictive sportfishing regulatory regimes were implemented (in the 1990s) that led to changes in abundance and population structure of bull trout.
From (approximately) Figure 2 of Parker, B.R., D.W. Schindler, F.M. Wilhelm, and D.B. Donald. 2007. Bull trout population responses to reductions in angler effort and retention limits. North American Journal of Fisheries Management 27:848-859. CSV file
data(BullTroutRML1)
str(BullTroutRML1)
head(BullTroutRML1)
op <- par(mfrow=c(1,2),pch=19)
plot(mass~fl,data=BullTroutRML1,subset=era=="1977-79",main="1977-79")
plot(mass~fl,data=BullTroutRML1,subset=era=="2001",main="2001")
par(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.