SardinesPacific {FSAdata}R Documentation

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

Description

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

Format

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

Topic(s)

Source

From Jacobson, L.D. and A.D. MacCall. 1995. Stock-recruitment models for Pacific sardine (Sardinops sagax). Canadian Journal of Fisheries and Aquatic Sciences. 52:566-577.

Examples

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)


[Package FSAdata version 0.3.6.9000 ]