InchLake2 {FSAdata}R Documentation

Lengths and weights for fish captured in Inch Lake

Description

Total lengths and weights for a subsample of fish captured in Inch Lake, WI in May, 2007 and May, 2008.

Format

A data frame of 516 observations on the following 6 variables:

Topic(s)

Source

Derek H. Ogle, personal collection

See Also

See InchLake1 for the entire sample, but without weights.

Examples

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)


[Package FSAdata version 0.3.6.9000 ]