Learn R Programming

FSAdata (version 0.4.1)

YPerchGB: Recruitment time-series for Yellow Perch in Green Bay, 1978-1992.

Description

Yellow Perch (Perca flavescens) recruitment time-series for Green Bay, 1978-1992.

Arguments

Format

A data frame with 15 observations on the following 2 variables:

year

Year of data.

recruits

Number of recruits (thousands per hour).

Topic(s)

  • Recruitment time-series

Examples

Run this code
data(YPerchGB)
str(YPerchGB)
head(YPerchGB)
plot(recruits~year,data=YPerchGB)

Run the code above in your browser using DataLab