SimonsonLyons | R Documentation |
Catches of various species in consecutive removal events at various locations.
A data frame of 58 observations on the following 7 variables:
Species of fish.
Stream name.
Catch on the first removal pass.
Catch on the second removal pass.
Catch on the third removal pass.
Catch on the fourth removal pass.
Population estimate by Carle-Strub method.
Population size
Abundance
Removal
From Appendix in Simonson, T.D. and J. Lyons. 1995. Comparison of catch per effort and removal procedures for sampling stream fish assemblages. North American Journal of Fisheries Management 15:419-427. CSV file
data(SimonsonLyons)
str(SimonsonLyons)
head(SimonsonLyons)
## extract data for one species and stream (e.g., 3rd row)
SimonsonLyons[3,]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.