-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
26 lines (14 loc) · 902 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
library(gmRi)
```
# NEFSC Trawl Survey Analyses
This repository is for analyses relating to the NEFSC bottom trawl survey and the Maine & New Hampshire trawl survey. Research topics relate to size-spectrum analyses and species distribution modeling.
## Repository Contents and Reports
Links to other resources and reports detailing EDA, troubleshooting, and analysis outcomes for NMFS trawl data can be found at the github pages [index](https://adamkemberling.github.io/nefsc_trawl/).
## Standard Data Preparation
Data for these analyses was obtained from the Northeast Fisheries Science Center. Details on how data is cleaned prior to any analyses can be found in our [standard cleanup doc](https://adamkemberling.github.io/nefsc_trawl/01_Survdat_Standard_Cleanup.html)
`r insert_gmri_footer()`