Learn R Programming

FSAdata (version 0.4.1)

SardinesPacific: Stock and recruitment data for Pacific Sardines, 1935-1990.

Description

Pacific Sardine (Sardinops sagax) stock and recruitment by year, 1935-1990.

Arguments

Format

A data frame of 34 observations on the following 3 variables:

year

Year of data

ssb

Spawning stock biomass -- millions of fish

recruits

Recruitment index -- millions of fish

Topic(s)

  • Stock-Recruit

  • Recruitment

Examples

Run this code
data(SardinesPacific)
str(SardinesPacific)
head(SardinesPacific)
op <- par(mfrow=c(1,2),pch=19)
plot(recruits~year,data=SardinesPacific,type="l")
plot(recruits~ssb,data=SardinesPacific)
par(op)

Run the code above in your browser using DataLab