CodNorwegian | R Documentation |
Norwegian cod (Gadus morhua) stock and recruitment by year, 1937-1960.
A data frame of 24 observations on the following 3 variables:
Year of data
Recruits – year-class strength index
Spawning stock index
Stock-Recruit
Recruitment
From Garrod, D.J. 1967. Population dynamics of the Arcto-Norwegian Cod. Journal of the Fisheries Research Board of Canada, 24:145-190. CSV file
Used in srStarts
, srFuns
, and nlsTracePlot
examples.
str(CodNorwegian)
head(CodNorwegian)
op <- par(mfrow=c(1,2),pch=19,mar=c(3,3,0.5,0.5),mgp=c(1.9,0.5,0),tcl=-0.2)
plot(recruits~year,data=CodNorwegian,type="l")
plot(recruits~stock,data=CodNorwegian)
par(op)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.