Learn R Programming

FSAdata (version 0.4.1)

BrookTroutNC: Stock and recruitment data for Brook Trout from Ball Creek, NC, 1991-2004.

Description

Stock and recruitment data for Brook Trout (Salvelinus fontinalis) from Ball Creek, NC, 1991-2004.

Arguments

Format

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

adult

a numeric vector giving autumn adult density (number per square meter)

yoy

a numeric vector giving autumn YOY density (number per square meter) in following year

Topic(s)

  • Stock-Recruit

  • Recruitment

Examples

Run this code
data(BrookTroutNC)
str(BrookTroutNC)
head(BrookTroutNC)
plot(adult~yoy,data=BrookTroutNC)

Run the code above in your browser using DataLab