Learn R Programming

FSAdata (version 0.4.1)

HalibutPAC: Stock and recruitment data for Pacific Halibut, 1929-1991.

Description

Pacific Halibut (Hippoglossus stenolepis) stock, recruitment, landings, and fishing mortality by year, 1929-1991.

Arguments

Format

A data frame of 63 observations on the following 5 variables:

year

Year of data

ssb

Spawning stock biomass (tonnes)

rec

Recruits (thousands)

land

Landings (in millions of pounds)

fmort

Fishing related mortality

Topic(s)

  • Stock-Recruit

  • Recruitment

Examples

Run this code
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