powered by
Egg deposition and relative abundance of age-3 Lake Huron Bloaters (Coregonus hoyi) by year, 1981-1996.
A data frame of 16 observations on the following 3 variables:
Year of data (1981-1996)
Millions of eggs deposited
Relative abundance of age-3 fish
Stock-Recruit
Recruitment
data(BloaterLH) str(BloaterLH) head(BloaterLH) op <- par(mfrow=c(1,2),pch=19) plot(eggs~year,data=BloaterLH,type="l") plot(eggs~age3,data=BloaterLH) par(op)
Run the code above in your browser using DataLab