Learn R Programming

FSAdata (version 0.4.1)

RuffeTL89: Lengths of Ruffe captured from the St. Louis River in July, 1989.

Description

Total length for Ruffe (Gymnocephalus cernuus) captured in July, 1989 (cycle 6) in the St. Louis River, Lake Superior.

Arguments

Format

A data frame of 236 observations on the following 1 variable:

tl

Total length (mm).

Topic(s)

  • Length Frequency

  • Size Structure

Examples

Run this code
data(RuffeTL89)
str(RuffeTL89)
head(RuffeTL89)
hist(RuffeTL89$tl,main="")

Run the code above in your browser using DataLab