SardinesPacific | R Documentation |
Pacific Sardine (Sardinops sagax) stock and recruitment by year, 1935-1990.
A data frame of 34 observations on the following 3 variables:
Year of data
Spawning stock biomass – millions of fish
Recruitment index – millions of fish
Stock-Recruit
Recruitment
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. CSV file
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.