Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

VendaceLP

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


Description

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

Format

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

year

Year of data

stock

Spawning stock index – autumn biomass (kg/ha) of age-1+ fish

recruits

Recuit index – density (indivs/ha) of age-0+ fish in first autumn

Topic(s)

  • Stock-Recruit

  • Recruitment

Source

From (approximately) Figure 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.

Examples

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)

FSAdata

Data to Support Fish Stock Assessment ('FSA') Package

v0.3.8
GPL (>= 2)
Authors
Derek Ogle [aut, cre] (<https://orcid.org/0000-0002-0370-9299>)
Initial release
2019-05-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.