-
Notifications
You must be signed in to change notification settings - Fork 48
/
NAMESPACE
151 lines (150 loc) · 3.27 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method(getDaily,default)
S3method(getDaily,egret)
S3method(getInfo,default)
S3method(getInfo,egret)
S3method(getSurfaces,default)
S3method(getSurfaces,egret)
S3method(plot,egret)
S3method(print,egret)
export(WRTDSKalman)
export(as.egret)
export(bin_Qs)
export(blankTime)
export(boxConcMonth)
export(boxConcThree)
export(boxQTwice)
export(boxResidMonth)
export(calculateMonthlyResults)
export(censoredSegments)
export(checkStartEndDate)
export(checkSurfaceSpan)
export(cleanUp)
export(compressData)
export(concConst)
export(cumQdate)
export(dataOverview)
export(dateFormatCheck)
export(decimalDate)
export(decimalHighLow)
export(errorStats)
export(estCrossVal)
export(estDailyFromSurfaces)
export(estSurfaces)
export(fixSampleFrame)
export(flexFN)
export(flexPlotAddOn)
export(flowDuration)
export(fluxBiasMulti)
export(fluxBiasStat)
export(fluxConst)
export(generalAxis)
export(genericEGRETDotPlot)
export(getConcFluxFromSurface)
export(getDaily)
export(getInfo)
export(getSample)
export(getSample.default)
export(getSurfaceEstimates)
export(getSurfaces)
export(is.egret)
export(jitterSam)
export(logPretty1)
export(logPretty3)
export(makeAnnualSeries)
export(makeAugmentedSample)
export(makeDateInfo)
export(mergeReport)
export(modelEstimation)
export(monthInfo)
export(multiPlotDataOverview)
export(nCensoredVals)
export(nDischarge)
export(nObservations)
export(plot15)
export(plot1of15)
export(plotConcHist)
export(plotConcPred)
export(plotConcQ)
export(plotConcQSmooth)
export(plotConcTime)
export(plotConcTimeDaily)
export(plotConcTimeSmooth)
export(plotContours)
export(plotDiffContours)
export(plotFlowSingle)
export(plotFluxHist)
export(plotFluxPred)
export(plotFluxQ)
export(plotFluxTimeDaily)
export(plotFour)
export(plotFourStats)
export(plotMonthTrend)
export(plotQTimeDaily)
export(plotResidPred)
export(plotResidQ)
export(plotResidTime)
export(plotSDLogQ)
export(plotTimeSlice)
export(plotWRTDSKalman)
export(populateConcentrations)
export(populateDaily)
export(populateDailySamp)
export(populateDateColumns)
export(populateParameterINFO)
export(populateSampleColumns)
export(populateSiteINFO)
export(printFluxUnitCheatSheet)
export(printGroups)
export(printPairs)
export(printSeries)
export(printqUnitCheatSheet)
export(processQWData)
export(qConst)
export(randomSubset)
export(readDataFromFile)
export(readNWISDaily)
export(readNWISInfo)
export(readNWISSample)
export(readUserDaily)
export(readUserInfo)
export(readUserSample)
export(readWQPInfo)
export(readWQPSample)
export(removeDuplicates)
export(runGroups)
export(runPairs)
export(runSeries)
export(runSurvReg)
export(run_WRTDS)
export(saveResults)
export(selectDays)
export(setPA)
export(setSeasonLabel)
export(setSeasonLabelByUser)
export(setUpEstimation)
export(setupYears)
export(startEnd)
export(stitch)
export(surfaceIndex)
export(surfaceStartEnd)
export(tableChange)
export(tableChangeSingle)
export(tableFlowChange)
export(tableResults)
export(triCube)
export(yPretty)
exportClasses(concUnit)
exportClasses(fluxUnit)
exportClasses(monthLabel)
exportClasses(qUnit)
import(methods)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,title)
importFrom(stats,var)