BrownTroutVC1 {FSAdata} | R Documentation |
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.
A data frame with 1014 observations on the following 3 variables.
first
and the recapture run is labelled with second
YES
) or not (NO
)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.
data(BrownTroutVC1) str(BrownTroutVC1) head(BrownTroutVC1) hist(BrownTroutVC1$len,main="")