JonesStockwell {FSAdata}R Documentation

Catches in removal events of Brown and Rainbow Trout at various locations.

Description

Catches of Brown (Salmo trutta) and Rainbow Trout (Oncorhynchus mykiss) in consecutive removal events at various locations.

Format

A data frame of 40 observations on the following 10 variables:

Topic(s)

Source

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.

Examples

data(JonesStockwell)
str(JonesStockwell)
head(JonesStockwell)

## extract data for one species, age, and site (e.g., 3rd row)
JonesStockwell[3,]


[Package FSAdata version 0.3.6.9000 ]