Learn R Programming

FSA (version 0.8.30)

BrookTroutTH: Catch-at-age for Tobin Harbor, Isle Royale Brook Trout.

Description

Catch-at-age in fyke nets from 1996-1998 for “Coaster” Brook Trout (Salvelinus fontinalis) in Tobin Harbor, Isle Royale, Lake Superior.

Arguments

Format

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

age

A numeric vector of assigned ages

catch

A numeric vector of number of Brook Trout caught

Topic(s)

  • Mortality

  • Catch Curve

  • Chapman-Robson

See Also

Used in catchCurve and chapmanRobson examples.

Examples

Run this code
# NOT RUN {
str(BrookTroutTH)
head(BrookTroutTH)
plot(log(catch)~age,data=BrookTroutTH)

# }

Run the code above in your browser using DataLab