Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
hzambran committed Jan 17, 2024
1 parent b308a75 commit 4cfa537
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vignettes/hydroTSM_Daily_P_Vignette-knitr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ Global view of daily precipitation values a calendar heatmap (six years maximum)
calendarHeatmap(x)
```

For each month, the previous figure is read from top to bottom. For example, January 1st 1987 was Thursday, January 31th 1987 was Saturday and November 1st 1990 was Thursday.


Selecting only a three-month time slice for the analysis:

```{r Window3}
Expand Down
Binary file modified vignettes/hydroTSM_Daily_P_Vignette-knitr.pdf
Binary file not shown.
2 changes: 2 additions & 0 deletions vignettes/hydroTSM_Daily_Q_Vignette-knitr.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ q <- window(Q, start="2005-01-01", end="2010-12-31")
calendarHeatmap(q)
```

This figure allows to easily identify periods with missing data (e.g., Apr/2008 and Aug/2009).
For each month, this figure is read from top to bottom. For example, January 1st 2007 was Monday, January 31th 2007 was Wednesday and October 1st 2010 was Friday.

# Flow duration curve (FDC)

Expand Down
Binary file modified vignettes/hydroTSM_Daily_Q_Vignette-knitr.pdf
Binary file not shown.

0 comments on commit 4cfa537

Please sign in to comment.