BrownTroutVC1 | R Documentation |
Single census 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.
A numeric vector of total length measurements (cm)
A factor variable representing the sample in which the fish was captured. The marking run is labelled with first
and the recapture run is labelled with second
A factor variable representing whether the fish was a “recap”ture in the second sample (YES
) or not (NO
)
Population Size
Abundance
Mark-Recapture
Capture-Recapture
Petersen
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. CSV file
data(BrownTroutVC1)
str(BrownTroutVC1)
head(BrownTroutVC1)
hist(BrownTroutVC1$len,main="")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.