powered by
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
data(SimonsonLyons) str(SimonsonLyons) head(SimonsonLyons) ## extract data for one species and stream (e.g., 3rd row) SimonsonLyons[3,]
Run the code above in your browser using DataLab