Introduction

Great Lakes Indian Fisheries and Wildlife Commission has been part of a long study of surveying, analyzing, understanding, and managing the numerous species of fish that tribal members harvest annually. Ranging from inland species, such as walleye, to Great Lakes species, such as siscowet, the studies done are compiled together to meet with the larger part, the Great Lakes Fisheries Commission, in terms of presenting data and creating and reviewing management plans for future years to come. Much appreciation to Bill Mattes for providing data for graphical and analytical purposes.

Majority of analyses here will focus mainly on siscowet lake trout within Lake Superior for the years of 1999, 2003, 2008, 2012, and 2017 due to limited data and sampling size.

Packages and Data

Analysis 1: Comparing Siscowet Age Distribution

In this first analysis, the first interest in the data was to determine how the age distribution of the siscowet lake trout (salvelinus namaycush siscowet) has shifted througout the years from 1999 - 2017 and determine possible shifts that may occur in the future based upon past years.

Data Visualization

Plot Summary

There are a few, but not limited, noticeable observations made that can be seen within the plot:

  • As the years progress from the year 1999 to the year 2017, there is a gradual shift from older siscowet to a younger generation of fish

  • There was a bimodal distribution for the year 2003

  • The year 2017 shown the distribution of age shifting right once again

  • At the start of 1999, there were higher numbers of siscowet at an older age which began to decrease as years went on. Upon approaching the year 2017, there numbers of siscowet increased within the younger generation compared to previous years

Analysis 2: Comparing log Total Length and log Weight within four different depth bins for siscowet lake trout

The analysis done here is in the interests of determining how length and weight for siscowet vary among different depths within Lake Superior for five selected years. The categorical variable DEPTH_BIN is the range of depth in which the fish was captured (ex: DEPTH_BIN “1” = 0m - 99m)

One thing to note for this analysis, depth bin value of 1 has been combined with 2 due to depth bin of 1 having a low sampling size (n=7).

Designing Process for Plots

Histogram

  • Wanted to look at age distribution of siscowet lake trout, histogram was the simpler function in mind to create it

  • faceting was simpler than having to create and manage different data frames and adding them through other functions, which would be excessive and more time consuming

Scatterplot

  • wanted to show each indivdual point with a best-fit line, which lead to use of geom_point and geom_smooth

  • wanted to show relationship and sampling number to provide graphical information and possibly interpretation if major trends were noticeable.

  • similar to histogram, faceting simpler than creating different data frames

Both Plots

  • working around methods and scripts in which could provide useful data without having to do a lot of work and excessive coding

  • considering the orintation for faceting to provide a better illustration and space for the audience (included shifting from columns to rows) with the addition of trying to add annotations in plots.

  • In terms of showing data that is somewhat aesthetically pleasing and quick to read, needed to limit the amount of open space through mananging the function expansion=expand(c(#,#)) and through setting breaks if needed to adjust scales

  • maintaining a simple graphic that contained only black and white to reduce ink usage but also be able to illustrate different values such as using alpha to show concentration of points on the second analysis

  • added caption to assists reader with what they were looking at