Deckeretal1999 | R Documentation |
Catches of Coho Salmon (Oncorhynchus kisutch) and Cutthroat Trout (Oncorhynchus clarki) in consecutive removal events at various locations in Little Stawamus Creek (British Columbia, Canada) in 1997.
A data frame of 26 observations on the following 10 variables:
Reach number of sampling location.
Habitat type of sampling location – pool
, riffle
, or run
.
Stratum number of sampling location.
Area (m^2) of sampling location.
Coho Salmon removed on the first pass.
Coho Salmon removed on the second pass.
Coho Salmon removed on the third pass.
Cutthroat Trout removed on the first pass.
Cutthroat Trout removed on the second pass.
Cutthroat Trout removed on the third pass.
Population size
Abundance
Removal
From Appendix 2a and 2b in Decker, A.S., J.M. Bratty, S.C. Riley, and J. Korman. 1999. Estimating standing stock of juvenile coho salmon (Oncorhynchus kisutch) and cutthroat trout (Oncorhynchus clarki) in a small stream: a comparison of sampling designs. Canadian Technical Report of Fisheries and Aquatic Sciences 2282. 24 pp. CSV file
data(Deckeretal1999)
str(Deckeretal1999)
head(Deckeretal1999)
## extract data for one sampling location (e.g., 3rd row)
Deckeretal1999[3,]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.