Learn R Programming

FSAdata (version 0.4.1)

LMBassLCB: Lengths for Largemouth Bass from Lake Carl Blackwell, OK.

Description

Lengthsfor Largemouth Bass (Micropterus salmoides) from Lake Carl Blackwell, Oklahoma, in 1973.

Arguments

Format

A data frame of 289 observations on the following variable:

tl

Measured total length (cm).

Topic(s)

  • Length Frequency

  • Size Structure

  • PSD

Examples

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

Run the code above in your browser using DataLab