Learn R Programming

FSAdata (version 0.3.0)

BluegillLM: Length and weight of Bluegill from Lake Mary, MN.

Description

Length (standard, fork, and total) and weight of Bluegill (Lepomis macrochirus) collected from Lake Mary, Minnesota.

Arguments

Topic(s)

  • Length-weight
  • Length conversion

concept

'Length-Weight'

See Also

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

Examples

Run this code
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)

Run the code above in your browser using DataLab