Learn R Programming

FSA (version 0.8.11)

CodNorwegian: Stock and recruitment data for Norwegian cod, 1937-1960.

Description

Norwegian cod (Gadus morhua) stock and recruitment by year, 1937-1960.

Arguments

Format

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

Source

From Garrod, D.J. 1967. Population dynamics of the Arcto-Norwegian cod. Journal of the Fisheries Research Board of Canada, 24:145-190.

Topic(s)

  • Stock-Recruit
  • Recruitment

Examples

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

Run the code above in your browser using DataLab