Learn R Programming

FSAdata (version 0.4.1)

LakeTroutGIS: Stock and recruitment data for Lake Trout from Gull Island Shoal, Lake Superior, 1964-1991.

Description

Lake trout (Salvelinus namaycush) stock and recruitment by year at Gull Island Shoal, Lake Superior, 1964-1991.

Arguments

Format

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

year

Year of data

stock

Mean CPE of adult female Lake Trout per 1000 m of gillnet captured in fall spawning surveys

recruits

Recruits (number of age-0 fish per ha) captured the following fall in bottom trawls

Topic(s)

  • Stock-Recruit

  • Recruitment

Examples

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

Run the code above in your browser using DataLab