InchLake2 {FSAdata} | 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:
Derek H. Ogle, personal collection
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)