Skip to content

Commit

Permalink
seawater chem scrpt update
Browse files Browse the repository at this point in the history
  • Loading branch information
SamGurr committed Aug 8, 2024
1 parent 95443b3 commit bcaa1a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions RAnalysis/Scripts/SeawaterChemistry.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ knitr::opts_knit$set(root.dir = "C:/Users/samuel.gurr/Documents/Github_repositor



```{r load data, include=FALSE}
# install.packages('kableExtra')
```{r load data}
# install.packages('gcookbook')
# LOAD PACKAGES :::::::::::::::::::::::::::::::::::::::::::::::::::::::
library(dplyr)
library(ggplot2)
library(reshape2)
library(knitr)
library(kableExtra)
library(car)
library(gcookbook)
# LOAD DATA :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Expand Down

0 comments on commit bcaa1a1

Please sign in to comment.