Learn R Programming

FSAdata (version 0.4.1)

CutthroatALf: Capture histories (9 samples) of Cutthroat Trout from Auke Lake.

Description

Summarized (“RMark” format) capture histories of Cutthroat Trout (Oncorhynchus clarki) in Auke Lake, Alaska, from samples taken in 1998-2006.

Arguments

Format

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

ch

Unique capture history (as a character string)

freq

Frequency of fish with that capture history

Topic(s)

  • Population Size

  • Abundance

  • Mark-Recapture

  • Capture-Recapture

  • Jolly-Seber

  • Capture History

See Also

See CutthroatAL for the same data in “individual” fish format (i.e., the data in this file were converted using capHistConvert from FSA). See mrOpen from FSA for an example analysis.

Examples

Run this code
data(CutthroatALf)
str(CutthroatALf)
head(CutthroatALf)

Run the code above in your browser using DataLab