CutthroatALf {FSAdata} | R Documentation |
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.
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
Source
Entered from Appendix A.3 of Harding, R.D., C.L. Hoover, and R.P. Marshall. 2010. Abundance of Cutthroat Trout in Auke Lake, Southeast Alaska, in 2005 and 2006. Alaska Department of Fish and Game Fisheries Data Series No. 10-82. Accessed from http://www.sf.adfg.state.ak.us/FedAidPDFs/FDS10-82.pdf. CSV file
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
data(CutthroatALf)
str(CutthroatALf)
head(CutthroatALf)