Learn R Programming

FSAdata (version 0.3.0)

VendaceLP: Stock and recruitment data for Vendace from Lake Puulavesi, 1982-1996.

Description

Vendace (Coregonus albula) recruitment by year in Lake Puulavesi, 1982-1996.

Arguments

source

Extracted (approximately) from Figure1 1 and 2 of Marjomaki, T.J. 2004. Analysis of the spawning stock-recruitment relationship of vendace (Coregonus albula (L.)) with evaluation of alternative models, additional variables, biases and errors. Ecology of Freshwater Fish 13:46-60.

Topic(s)

  • Stock-recruit

concept

'Stock-Recruit'

Examples

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

Run the code above in your browser using DataLab