Learn R Programming

FSAdata (version 0.4.1)

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

Description

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.

Arguments

Format

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

len

A numeric vector of total length measurements (cm)

sample

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

recap

A factor variable representing whether the fish was a “recap”ture in the second sample (YES) or not (NO)

Topic(s)

  • Population Size

  • Abundance

  • Mark-Recapture

  • Capture-Recapture

  • Petersen

Examples

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

Run the code above in your browser using DataLab