WhitefishTB | R Documentation |
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
From Petzold, M. 1995. An historical analysis of the Lake Whitefish fisheries of Thunder Bay (Zone 1) and Whitefish Bay (Zone 34), Lake Superior. Ontario Min. of Nat. Res. unpubl. manuscript. Obtained from Ransom Myers old online database. CSV file
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.