-
Notifications
You must be signed in to change notification settings - Fork 49
/
_pkgdown.yml
205 lines (204 loc) · 5.02 KB
/
_pkgdown.yml
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
template:
params:
ganalytics: UA-53797708-7
includes:
before_title: '<a href="https://www.usgs.gov/"><img src="logo.png" id="logo" alt="Home" style="padding: 0px 50px 0px 0px;"></a>'
bootstrap: 5
theme: atom-one-light
bslib:
bg: "white"
fg: "#283140"
navbar-brand-color: "white"
navbar-light-color: "white"
nav-link-color: "white"
nav-link-hover-color: "#a9a9a9"
navbar-light-brand-hover-color: "white"
navbar-light-brand-color: "white"
navbar-light-hover-color: "white"
nav-text-color: "white"
nav-text-light-color: "white"
text-muted: "white"
pkgdown-nav-height: 125px
navbar:
left:
- text: Overview and Updates
href: articles/Overview.html
- text: Introduction
href: articles/EGRET.html
- text: Function Help Pages
href: reference/index.html
- text: Articles
menu:
- text: Enhancements
href: articles/Enhancements.html
- text: WRTDS Kalman
href: articles/WRTDSK.html
- text: Running in Parallel
href: articles/parallel.html
- text: Random Residuals
href: articles/rResid.html
- text: Seasonal Analysis
href: articles/SeasonalFraction.html
- text: Daily Streamflow Trends
href: articles/streamflow_trend.html
- text: Trends by month
href: articles/TrendsByMonth.html
- text: Alternative Q Method
href: articles/AlternativeQMethod.html
- text: Annual_Hydrograph_Timing
href: articles/Annual_Hydrograph_Timing.html
- text: Join discrete and sensor data
href: articles/Join_closest.html
- text: Compare QW and UV
href: articles/Compare_QW_and_UV.html
- text: Custom Units
href: articles/units.html
- text: Bibliograpy
href: articles/References_WRTDS.html
right:
- icon: fa-gitlab fa-lg
href: https://code.usgs.gov/water/EGRET
reference:
- title: Import Data
desc: Functions for user-generated or web retrieval data.
contents:
- readUserDaily
- readUserSample
- readNWISDaily
- readNWISSample
- readWQPSample
- readNWISInfo
- readWQPInfo
- title: WRTDS
desc: Functions working running and analyzing the WRTDS model
contents:
- modelEstimation
- setUpEstimation
- WRTDSKalman
- runPairs
- runGroups
- runSeries
- run_WRTDS
- estCrossVal
- estDailyFromSurfaces
- estSurfaces
- flexFN
- getConcFluxFromSurface
- getSurfaceEstimates
- title: Plot Data
desc: Functions for plotting eList objects
contents:
- multiPlotDataOverview
- plotFlowSingle
- plotFluxQ
- plotFour
- plotFourStats
- plotQTimeDaily
- plotSDLogQ
- boxConcMonth
- boxQTwice
- plotConcTime
- plotConcQ
- boxConcThree
- plot15
- plot1of15
- title: Plot Model Outputs
desc: Functions for plotting modeled eList objects
contents:
- plotConcPred
- plotFluxPred
- plotResidPred
- plotResidQ
- plotResidTime
- boxResidMonth
- plotConcHist
- plotFluxHist
- plotFluxTimeDaily
- plotConcTimeDaily
- plotConcQSmooth
- plotConcTimeSmooth
- fluxBiasMulti
- plotContours
- plotDiffContours
- plotWRTDSKalman
- plotTimeSlice
- plotMonthTrend
- flexPlotAddOn
- genericEGRETDotPlot
- generalAxis
- logPretty1
- logPretty3
- title: Table
desc: Functions for creating tables from eList objects
contents:
- printSeries
- makeAnnualSeries
- tableChange
- tableFlowChange
- tableResults
- setupYears
- calculateMonthlyResults
- title: Utilities
desc: Additional utility functions
contents:
- blankTime
- cleanUp
- compressData
- cumQdate
- dataOverview
- decimalDate
- errorStats
- fixSampleFrame
- flowDuration
- fluxBiasStat
- printPairs
- printGroups
- getDaily
- getInfo
- getSample
- getSurfaces
- jitterSam
- makeAugmentedSample
- mergeReport
- nCensoredVals
- nDischarge
- nObservations
- printFluxUnitCheatSheet
- printqUnitCheatSheet
- processQWData
- randomSubset
- removeDuplicates
- saveResults
- setPA
- stitch
- triCube
- censoredSegments
- checkStartEndDate
- checkSurfaceSpan
- Constants
- dateFormatCheck
- decimalHighLow
- makeDateInfo
- populateConcentrations
- populateDaily
- populateDailySamp
- populateDateColumns
- populateParameterINFO
- populateSampleColumns
- populateSiteINFO
- qUnit-class
- concUnit-class
- readDataFromFile
- Choptank_eList
- selectDays
- setSeasonLabel
- setSeasonLabelByUser
- startEnd
- surfaceIndex
- surfaceStartEnd
- yPretty
- monthLabel-class
- is.egret
- as.egret
- EGRET-package
- fluxUnit-class