Learn R Programming

FSAdata (version 0.4.1)

SimonsonLyons: Catches in removal events of trout at various locations.

Description

Catches of various species in consecutive removal events at various locations.

Arguments

Format

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

species

Species of fish.

stream

Stream name.

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.

pop.cs

Population estimate by Carle-Strub method.

Topic(s)

  • Population size

  • Abundance

  • Removal

Examples

Run this code
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