Learn R Programming

FSAdata (version 0.4.1)

BullTroutRML1: Lengths and weights for Bull Trout from two Rocky Mountain lakes and two eras.

Description

Lengths and weights of Bull Trout (Salvelinus confluentis) from two Rocky Mountain lakes in Alberta, CAN and two eras.

Arguments

Format

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

fl

Fork length (mm)

mass

Wet mass (g)

era

Era of collection (1977-79 and 2001)

Topic(s)

  • Weight-Length

  • Length Frequency

Examples

Run this code
data(BullTroutRML1)
str(BullTroutRML1)
head(BullTroutRML1)
op <- par(mfrow=c(1,2),pch=19)
plot(mass~fl,data=BullTroutRML1,subset=era=="1977-79",main="1977-79")
plot(mass~fl,data=BullTroutRML1,subset=era=="2001",main="2001")
par(op)

Run the code above in your browser using DataLab