Learn R Programming

FSAdata (version 0.3.0)

SockeyeKL: Stock and recruitment data for Sockeye Salmon from Karluk Lake, AK, 1921-1948.

Description

Sockeye Salmon (Oncorhynchus nerka) stock and recruitment in Karluk Lake, AK, by year, 1921-1948.

Arguments

source

From Gulland, J.A. 1983. Fish stock assessment: A manual of basic methods. John Wiley and Sons, New York, NY. 223 p.

Topic(s)

  • Stock-recruit

concept

'Stock-Recruit'

Examples

Run this code
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)

Run the code above in your browser using DataLab