InchLake1 {FSAdata} | R Documentation |
Total lengths of all fish captured in Inch Lake, WI in May, 2007 and May, 2008.
A data frame of 4894 observations on the following 5 variables:
Derek H. Ogle, personal collection
See InchLake2
for a subsample that include weights.
data(InchLake1) str(InchLake1) head(InchLake1) ## Isolate just Bluegills bg.il <- subset(InchLake1,species=="Bluegill") ## Isolate just largemouth bass from 2007 lmb7.il <- subset(InchLake1,species=="Largemouth Bass" & year==2007) ## Isolate all fish captured in seines seine.il <- subset(InchLake1,netType=="seine")