powered by
Icelandic summer spawning Herring (Clupeaformis harengus) stock, recruitment, landings, and fishing mortality by year, 1946-1996.
A data frame of 51 observations on the following 6 variables:
Year of data
Spawning stock biomass (tonnes)
Recruits -- i.e., 1-year olds (thousands)
Landings (in millions of pounds)
Fishing related mortality
Stock-Recruit
Recruitment
data(HerringISS) str(HerringISS) head(HerringISS) op <- par(mfrow=c(1,2)) plot(rec~year,data=HerringISS,type="l") plot(rec~ssb,data=HerringISS) par(op)
Run the code above in your browser using DataLab