Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

BluegillLM

Lengths and weights for Bluegill from Lake Mary, MN.


Description

Lengths (standard, fork, and total) and weights for Bluegill (Lepomis macrochirus) collected from Lake Mary, Minnesota.

Format

A data frame with 100 observations on the following 5 variables:

sernum

Unique serial number

sl

Standard length (mm)

fl

Fork length (mm)

tl

Total length (mm)

wght

Weight (g)

Topic(s)

  • Weight-Length

  • Length Conversion

  • Length Frequency

See Also

lakemary in alr3 for a different sample of Bluegill from Lake Mary that has length and age.

Examples

data(BluegillLM)
str(BluegillLM)
head(BluegillLM)
op <- par(mfrow=c(3,2),pch=19)
plot(wght~sl,data=BluegillLM)
plot(wght~fl,data=BluegillLM)
plot(wght~tl,data=BluegillLM)
plot(tl~fl,data=BluegillLM)
plot(tl~sl,data=BluegillLM)
plot(fl~sl,data=BluegillLM)
par(op)

FSAdata

Data to Support Fish Stock Assessment ('FSA') Package

v0.3.8
GPL (>= 2)
Authors
Derek Ogle [aut, cre] (<https://orcid.org/0000-0002-0370-9299>)
Initial release
2019-05-17

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.