WhitefishTB {FSAdata} | 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:
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 online database which was (is?) at http://ram.biology.dal.ca/~myers/data.html.
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)