WalleyeMN06a | R Documentation |
Catch-at-age for Walleye (Sander vitreus) collected from four lakes in Northern Minnesota, USA.
A data frame with 52 observations on the following 3 variables.
A factor vector of collection lake (Crooked
, Fourmile
, Island
, Tom
)
A numeric vector of assigned ages (from dorsal spines)
A numeric vector of number of fish
Mortality
Catch curve
From various tables in Borkholder, B.D., A.J. Edwards, and C. Olson. 2007. Spring adult and fall juvenile walleye population surveys within the 1854 ceded territory of Minnesota, 2006. Fond du Lac Division of Resource Management, Technical Report 41. CSV file
data(WalleyeMN06a)
str(WalleyeMN06a)
head(WalleyeMN06a)
op <- par(mfrow=c(2,2),pch=19)
plot(log(number)~age,data=WalleyeMN06a,subset=lake=="Crooked")
plot(log(number)~age,data=WalleyeMN06a,subset=lake=="Fourmile")
plot(log(number)~age,data=WalleyeMN06a,subset=lake=="Island")
plot(log(number)~age,data=WalleyeMN06a,subset=lake=="Tom")
par(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.