Learn R Programming

FSAdata (version 0.4.1)

TroutperchLM2: Lengths for Troutperch from Lake Michigan, 1977.

Description

Troutperch (Percopsis omiscomaycus) fork lengths from near Grand Haven, Lake Michigan, 1977.

Arguments

Format

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

fl

fork length (mm)

Topic(s)

  • Length Frequency

  • Size Structure

Examples

Run this code
data(TroutperchLM2)
str(TroutperchLM2)
head(TroutperchLM2)
hist(TroutperchLM2$fl,main="")

Run the code above in your browser using DataLab