Inch Lake is a 12.5 ha inland lake in northern Wisconsin that has been managed as catch-and-release for all species since 2006. Researchers at Northland College have monitored fish populations in Inch Lake since 2007. The total lengths (inches) and weights (g) for subsamples of several species of fish collected from Inch Lake in May of 2007 and 2008 are recorded in InchLake2.1 Use these data to answer the following questions.
1 See “CSV file” link in “Source” section of linked page.
- Create a new variable that contains lengths in millimeters.
- Remove the
netID
andfishID
variables. - Create a new data frame of just Bluegill.
- Create a new data frame of just Largemouth Bass.
- Create a new data frame of non-game species (Bluntnose Minnow, Fathead Minnow, Iowa Darter, and Tadpole Madtom).
- For the non-game species data frame …
- Sort by species.
- Sort by length within species within year.
- For both the Bluegill and Largemouth Bass only data frames …
- Change the names of the
weight
variable towt
and the length in millimeters variable totl
(if you did not call it that above). - Create two new variables that are the common logarithms of the lengths (in mm) and weights.
- Add appropriate five-cell Gabelhouse length categories.
- Change the names of the
Save Your Script
The data frames created here will be used in this graphing, this weight-length relationhip, and this condition exercises.
Solution Code:
Available upon request to students not in a class. Contact fishR maintainers.