Learn R Programming

FSAdata (version 0.4.1)

VendaceLP2: Stock and recruitment data for Vendace from Lake Pyhajarvi.

Description

Vendace (Coregonus albula) recruitment in Lake Pyhajarvi.

Arguments

Format

A data frame of 9 observations on the following 2 variables:

fecundity

Total fecundity (10^9 eggs) of spawning stock

recruits

Number of recruits (10^6 fish) in Autumn after hatching

Topic(s)

  • Stock-Recruit

  • Recruitment

Examples

Run this code
data(VendaceLP2)
str(VendaceLP2)
head(VendaceLP2)
plot(recruits~fecundity,data=VendaceLP2)

Run the code above in your browser using DataLab