BluegillLM | R Documentation |
Lengths (standard, fork, and total) and weights for Bluegill (Lepomis macrochirus) collected from Lake Mary, Minnesota.
A data frame with 100 observations on the following 5 variables:
Unique serial number
Standard length (mm)
Fork length (mm)
Total length (mm)
Weight (g)
Weight-Length
Length Conversion
Length Frequency
lakemary
in alr3 for a different sample of Bluegill from Lake Mary that has length and age.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.