Learn R Programming

FSAdata (version 0.4.1)

SturgeonGB: Capture years and ages for Lake Sturgeon from Goulais Bay, Lake Superior, Ont.

Description

Pratt et al. (2014) recorded the capture years and ages for Lake Sturgeon captured in multiple gillnet sets in Goulais Bay, Lake Superior (Ontario) in July 2010-2012.

Arguments

Format

A data frame with 436 observations on the following 2 variables.

year

Year of capture

age

Age (yrs; from pectoral fin ray)

Topic(s)

  • Year-class Strength

Examples

Run this code
data(SturgeonGB)
str(SturgeonGB)
head(SturgeonGB)
plot(age~year,data=SturgeonGB)

Run the code above in your browser using DataLab