SockeyeKL | R Documentation |
Sockeye Salmon (Oncorhynchus nerka) stock and recruitment in Karluk Lake, AK, by year, 1921-1948.
A data frame of 28 observations on the following 3 variables:
Year of data.
Upstream escapement.
Recruits.
Stock-Recruit
Recruitment
From Gulland, J.A. 1983. Fish stock assessment: A manual of basic methods. John Wiley and Sons, New York, NY. 223 p. CSV file
data(SockeyeKL)
str(SockeyeKL)
head(SockeyeKL)
op <- par(mfrow=c(1,2),pch=19)
plot(recruits~year,data=SockeyeKL,type="b")
plot(recruits~stock,data=SockeyeKL)
par(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.