BrownTroutVC1 {FSAdata}R Documentation

Single census mark-recapture data with lengths for Brown Trout from Valley Creek, MN.

Description

Single censuse mark-recapture data for Brown Trout (Salmo trutta) from Valley Creek, MN captured in April, 1988. Length of trout was recorded so that abundance estimated can be made by length categories.

Format

A data frame with 1014 observations on the following 3 variables.

Topic(s)

Source

Obtained directly from Tom Kwak, North Carolina Cooperate Unit at North Carolina State University and part of the data published in Kwak, T.J. and T.F. Waters. 1997. Trout production dynamics and water quality in Minnesota streams. Transactions of the American Fisheries Society, 126:35-48.

Examples

data(BrownTroutVC1)
str(BrownTroutVC1)
head(BrownTroutVC1)
hist(BrownTroutVC1$len,main="")


[Package FSAdata version 0.3.6.9000 ]