Learn R Programming

FSAdata (version 0.4.1)

RBTroutKenai: Length-at-marking and recapture and time-at-large of Rainbow Trout.

Description

Length-at-marking and recapture and time-at-large for Rainbow Trout (Oncorhynchus mykiss) from the Kenai River, Alaska.

Arguments

Format

A data frame with 102 observations on the following 3 variables:

Lr

Length (mm) at recapture.

Lm

Length (mm) at marking.

dt

Time-at-large (yrs).

Topic(s)

  • Growth

  • von Bertalanffy

  • Fabens method

Examples

Run this code
data(RBTroutKenai)
str(RBTroutKenai)
head(RBTroutKenai)
plot((Lr-Lm)~dt,data=RBTroutKenai)

Run the code above in your browser using DataLab