JonesStockwell | R Documentation |
Catches of Brown (Salmo trutta) and Rainbow Trout (Oncorhynchus mykiss) in consecutive removal events at various locations.
A data frame of 40 observations on the following 10 variables:
Species of trout (brown
or rainbow
).
Site in the watershed. See source.
Logical is TRUE
if age-0 and FALSE
if age is >0.
Catch on the first removal pass.
Catch on the second removal pass.
Catch on the third removal pass.
Population estimate by Carle-Strub method.
Population estimate by Schnute method.
Logical is TRUE
if catchability was constant.
Logical is TRUE
if Schnute method rejected the population estimate because the standard error was too large.
Population size
Abundance
Removal
From Table 1 in Jones, M.L. and J.D. Stockwell. 1995. A rapid assessment procedure for enumeration of salmonine populations in streams. North American Journal of Fisheries Management, 15:551-562. CSV file
data(JonesStockwell)
str(JonesStockwell)
head(JonesStockwell)
## extract data for one species, age, and site (e.g., 3rd row)
JonesStockwell[3,]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.