Learn R Programming

FSAdata (version 0.4.1)

LakeTroutEggs: Length and egg deposition of Lake Superior Lake Trout.

Description

Length and egg deposition of Lake Superior Lake Trout (Salvelinus namaycush).

Arguments

Format

A data frame of 101 observations on the following 2 variables:

tl

Total length (mm) of an individual fish.

eggs

Estimated number of eggs.

Topic(s)

  • Other

Examples

Run this code
data(LakeTroutEggs)
str(LakeTroutEggs)
head(LakeTroutEggs)
plot(eggs~tl,data=LakeTroutEggs)

Run the code above in your browser using DataLab