Purpose: The purpose of the mini project is to demonstrate the skills we have learned in this class. This project will show skills like editing raw data, editing tables, making plots, and presenting all of the information in a slide presentation.
Required Packages: ggplot2 dplyr tidyr kableExtra
Files in Order of Use:
presentation/Presentation.Rmd - The Markdown file contains the code for my finalized project. It exports my Presentation.html file.
scripts/exploring.data.Rmd - This Markdown file contains preliminary code for my presentation.
presentation/Presentation.html - the html file for the rockfish presentation
class-exercises/tidyr_practice.Rmd - This Markdown contains coding content that was being explored for the first time in class. It was an introduction to using tidyr.
data/rsos170639_si_001.csv - this file contains raw data about larval fish abundance and envornmental conditions
figures/rockfish_temp_histogram - histogram of rockfish larval abundance at surface temp and 100 meter temp
figures/rockfish_salinity_histogram - histogram of rockfish larval abundance at surface salinity and 100 meter salinty
figures/rockfish_oxygen_histogram - histogram of rockfish larval abundance at surface [O2] and 100 meter [O2]
Emily-rockfish.Rproj - metadata about this project
.RHistory - history of changes I have made to the project
.gitignore -- files that aren't getting pushed, not important
Plan