powered by
Lake Whitefish (Coregonus clupeaformis) stock, recruitment, landings, and fishing mortality by year, 1975-1988.
A data frame of 14 observations on the following 5 variables:
Year of data
Spawning stock biomass (in tonnes)
Recruits (in thousands)
Landings (in tonnes)
Fishing related mortality (natural mortality was assumed to be 0.3)
Stock-Recruit
Recruitment
data(WhitefishTB) str(WhitefishTB) head(WhitefishTB) op <- par(mfrow=c(1,2),pch=19) plot(rec~year,data=WhitefishTB,type="b") plot(rec~ssb,data=WhitefishTB) par(op)
Run the code above in your browser using DataLab