Learn R Programming

FSAdata (version 0.3.3)

RBSmeltErie: Recruitment time-series for Rainbow Smelt in Lake Erie, 1977-1996.

Description

Rainbow Smelt (Osmerus mordax) recruitment time series for Lake Erie, 1977-1996.

Arguments

Format

A data frame of 20 observations on the following 2 variables:
year
Year of data.
recruits
Number of recruits (per hour).

Source

From Ontario Ministry of Natural Resources, Fish and Wildlife Branch, 1997. Lake Erie fisheries report 1996. Lake Erie Committee Meeting, Great Lakes Fishery Commission, Ann Arbor, Michigan. pp 26. Obtained from Ransom Myers online database which was (is?) at http://ram.biology.dal.ca/~myers/data.html.

Topic(s)

  • Recruitment time-series

Examples

Run this code
data(RBSmeltErie)
str(RBSmeltErie)
head(RBSmeltErie)
plot(recruits~year,data=RBSmeltErie,type="l")

Run the code above in your browser using DataLab