InchLake1 | 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:
A unique identifier for the sampling event
gear used (angling, seine, miniWDNR fyke net, miniNC fyke net, regular fyke net)
year of capture
species name
total length (inches to nearest 0.1)
Length Frequency
PSD
Size Structure
Derek H. Ogle, personal collection. CSV file
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.