You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.Rmd
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ If you have additional questions about these changes, email CompTools@usgs.gov.
54
54
55
55
7. Find Hydro Network-Linked Data Index (NLDI) data. Start here: `?findNLDI`
56
56
57
+
8. Add a USGS WaterData API token to your R environment. See: <https://doi-usgs.github.io/dataRetrieval/articles/read_waterdata_functions.html#api-tokens>
Copy file name to clipboardExpand all lines: vignettes/movingAverages.Rmd
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,10 @@ editor_options:
16
16
chunk_output_type: console
17
17
---
18
18
19
+
:warning:
20
+
This post is very old! A better way to do all these plots and calculations can be found here: <https://doi-usgs.github.io/HASP/>
21
+
22
+
19
23
This post will show simple way to calculate moving averages, calculate historical-flow quantiles, and plot that information. The goal is to reproduce the graph at this link:
20
24
[PA Graph](http://pa.water.usgs.gov/drought/indicators/sw/images/f30_01538000.html). The motivation for this post was inspired by a USGS colleague that that is considering creating these type of plots in R. We thought this plot provided an especially fun challenge - maybe you will, too!
0 commit comments