InchLake2 | R Documentation |
Total lengths and weights for a subsample of fish captured in Inch Lake, WI in May, 2007 and May, 2008.
A data frame of 516 observations on the following 6 variables:
A unique identifier for the sampling event
A unique identifier for the individual fish
Species name
Total length (inches to nearest 0.1)
Wet weight (grams to nearest 0.1)
Year of capture
Weight-Length
Condition
Length Frequency
Derek H. Ogle, personal collection. CSV file
See InchLake1
for the entire sample, but without weights.
data(InchLake2)
str(InchLake2)
head(InchLake2)
## Isolate just Bluegills
bg.il <- subset(InchLake2,species=="Bluegill")
## Isolate just largemouth bass from 2007
lmb7.il <- subset(InchLake2,species=="Largemouth Bass" & year==2007)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.