Learn R Programming

FSAdata (version 0.4.1)

LMBassBL: Lengths for Largemouth Bass from Boomer Lake, OK.

Description

Length measurements of Largemouth Bass (Micropterus salmoides) from Boomer Lake, Oklahoma, in 1974.

Arguments

Format

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

tl

measured total length (cm)

Topic(s)

  • Length Frequency

  • Size Structure

  • PSD

Examples

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

Run the code above in your browser using DataLab