powered by
Pacific Halibut (Hippoglossus stenolepis) stock, recruitment, landings, and fishing mortality by year, 1929-1991.
A data frame of 63 observations on the following 5 variables:
Year of data
Spawning stock biomass (tonnes)
Recruits (thousands)
Landings (in millions of pounds)
Fishing related mortality
Stock-Recruit
Recruitment
data(HalibutPAC) str(HalibutPAC) head(HalibutPAC) op <- par(mfrow=c(1,2),pch=19) plot(rec~year,data=HalibutPAC,type="l") plot(rec~ssb,data=HalibutPAC) par(op)
Run the code above in your browser using DataLab