Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacqui-123 committed Aug 18, 2023
1 parent 8830d66 commit 553202a
Show file tree
Hide file tree
Showing 17 changed files with 3,177 additions and 5 deletions.
7 changes: 3 additions & 4 deletions 6_PAS_Rivers.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ Source code for this project with complete tidying workflow: https://github.com/
The following is a technical roadmap of how to use these new functions to calculate ice cycle variables for multiple stations and years. This method is scalable and works for multiple stations.


```{r, echo=FALSE, include = FALSE}
```{r, echo=FALSE, include = FALSE, warning= FALSE}
library(IHA)
library(tidyverse)
library(tidyhydat)
Expand All @@ -57,12 +56,12 @@ library(lubridate)
library(ggplot2)
library(dataRetrieval)
library(timetk)
library(trend)
library(forecast)
library(Kendall)
library(trend)
library(outliers)
library(knitr)
#install.packages("IHA", repos="http://R-Forge.R-project.org")
```


Expand Down
10 changes: 9 additions & 1 deletion PAS_Rivers.qmd
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
---
title: "Analysis of ice Cycle Variables for Northern Rivers in Canada: Peace, Athabasca, and Slave"
output:
quarto::html_document:
figure_caption: false
editor: visual
---

## Analysis of ice Cycle Variables for Northern Rivers in Canada: Peace, Athabasca, and Slave

by Jacqui Levy
Expand Down Expand Up @@ -60,7 +68,7 @@ library(forecast)
library(Kendall)
library(knitr)
library(rmarkdown)
library(quarto)
#install.packages("IHA", repos="http://R-Forge.R-project.org")
```
Expand Down
Binary file added PAS_Rivers_files/figure-html/fig-side-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PAS_Rivers_files/figure-html/fig-side-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PAS_Rivers_files/figure-html/figures-side-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added PAS_Rivers_files/figure-html/figures-side-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,018 changes: 2,018 additions & 0 deletions PAS_Rivers_files/libs/bootstrap/bootstrap-icons.css

Large diffs are not rendered by default.

Binary file not shown.
10 changes: 10 additions & 0 deletions PAS_Rivers_files/libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions PAS_Rivers_files/libs/bootstrap/bootstrap.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions PAS_Rivers_files/libs/clipboard/clipboard.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions PAS_Rivers_files/libs/quarto-html/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions PAS_Rivers_files/libs/quarto-html/popper.min.js

Large diffs are not rendered by default.

203 changes: 203 additions & 0 deletions PAS_Rivers_files/libs/quarto-html/quarto-syntax-highlighting.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 553202a

Please sign in to comment.