Learn R Programming

FSAdata (version 0.3.0)

BloaterLH: Stock and recruitment data for Lake Huron Bloaters.

Description

Egg deposition and relative abundance of age-3 Lake Huron Bloaters (Coregonus hoyi) by year, 1981-1996.

Arguments

source

Extracted (approximately) from figure 7 of Schaeffer, J.S. 2004. Population dynamics of bloaters Coregonus hoyi in Lake Huron, 1980-1998. Ann Zool Fennici. 41:271-279.

Topic(s)

  • Stock-recruit

concept

'Stock-Recruit'

Examples

Run this code
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