FISH 470 Lab
  • Modules
    • Week 2
    • Week 3
    • Week 4
    • Week 5
    • Week 6
    • Week 7

Welcome to the R based coding modules for FISH 470 Lab! Here you can find various learning modules designed to help you enhance your skills in data analysis and visualization using R and the tidyverse. Each module includes background information, step-by-step instructions, and practical exercises to reinforce your learning. When first learning to code, repitition and replication are key! I challenge you to work through the modules by physically typing out the commands rather than copy-paste. This will help you become more familiar with the syntax and structure of R programming. Don’t hesitate to experiment with the code and use the help function ?function_name frequently.

I encourage you to print out these cheat sheets and keep them handy as you work through the modules:

  • tidyr
  • dplyr
  • lubridate
  • ggplot
  • many more Posit cheatsheets !

Happy coding!

Into the Tidyverse
Week 2 Module

Beluga social vocals
Week 3 Module

Killer whale diets
Week 4 Module

Spatial eDNA detection patterns of marine mammals and their prey
Week 5 Module

Part 2 : CA Current eDNA detections of marine mammals and their prey
Week 6 Module

Part 3 : CA Current eDNA detections of marine mammals and their prey
Week 7 Module
No matching items
Source Code
---
title: ""
page-layout: full
title-block-banner: true
toc: true

listing: 
  contents: 
    - modules/week2.qmd
    - modules/week3.qmd
    - modules/week4.qmd
    - modules/week5.qmd
    - modules/week5.qmd
    - modules/week6.qmd
    - modules/week7.qmd
  sort: "false"
  type: grid
  grid-item-align: center
  sort-ui: false
  filter-ui: false
  fields: [image, title, subtitle]
---

Welcome to the `R` based coding modules for FISH 470 Lab! Here you can find various learning modules designed to help you enhance your skills in data analysis and visualization using `R` and the `tidyverse`. Each module includes background information, step-by-step instructions, and practical exercises to reinforce your learning. When first learning to code, repitition and replication are key! I challenge you to work through the modules by physically typing out the commands rather than copy-paste. This will help you become more familiar with the syntax and structure of `R` programming. Don't hesitate to experiment with the code and use the help function `?function_name` frequently. 

I encourage you to print out these cheat sheets and keep them handy as you work through the modules:

-   [tidyr](https://rstudio.github.io/cheatsheets/html/tidyr.html)
-   [dplyr](https://rstudio.github.io/cheatsheets/html/data-transformation.html)
-   [lubridate](https://rstudio.github.io/cheatsheets/html/lubridate.html)
-   [ggplot](https://rstudio.github.io/cheatsheets/html/data-visualization.html)
-   [many more Posit cheatsheets](https://posit.co/resources/cheatsheets/) !

Happy coding!