Learn R Programming

FSAdata (version 0.4.1)

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

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

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