Learn R Programming

FSAdata (version 0.4.1)

BrookTroutNEWP: Catches in removal events for Brook Trout in the Nashwaak Experimental Watersheds Project.

Description

Catches in removal events for Brook Trout (Salvelinus fontinalis) in two streams in the the Nashwaak Experimental Watersheds Project on multiple dates.

Arguments

Format

A data frame of 16 observations on the following 7 variables:

stream

Stream (UNM=Upper Narrows Mountain Brook and Hay=Hyaden Brook).

section

Section of stream. See source.

date

Data of collections.

first

Catch on the first removal pass.

second

Catch on the second removal pass.

third

Catch on the third removal pass.

fourth

Catch on the fourth removal pass.

Topic(s)

  • Population size

  • Abundance

  • Removal

See Also

See BrookTroutNEWP1 for these data AND the results from Schnute (1983).

Examples

Run this code
data(BrookTroutNEWP)

## extract data for one stream, section, and date (e.g., 3rd row)
BrookTroutNEWP[3,]

Run the code above in your browser using DataLab