Learn R Programming

FSAdata (version 0.4.1)

SLampreyGL: Stock and recruitment data for Sea Lamprey in the Great Lakes, 1997-2007.

Description

Stock and recruitment data for Sea Lamprey (Petromyzon marinus) in the Great Lakes, 1997-2007 from 37 streams.

Arguments

Format

A data frame of 76 observations on the following two variables:

stock

Female spawners per 100 square meters.

recruits

Yearlngs per 100 square meters.

Topic(s)

  • Stock-Recruit

  • Recruitment

Examples

Run this code
data(SLampreyGL)
str(SLampreyGL)
head(SLampreyGL)
plot(recruits~stock,data=SLampreyGL)

Run the code above in your browser using DataLab