forked from DOI-USGS/EGRET
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
106 lines (106 loc) · 2.69 KB
/
DESCRIPTION
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
Package: EGRET
Type: Package
Title: Exploration and Graphics for RivEr Time-Series (EGRET), including
functions for WRTDS (Weighted Regressions on Time, Discharge, and Season)
analysis
Version: 1.2.4
Date: 2013-03-04
Author: Robert M. Hirsch
Maintainer: Robert M. Hirsch <[email protected]>, Laura De Cicco
Description: Estimates WRTDS (Weighted Regressions on Time, Discharge, and
Season) model, makes plots of the raw data (water quality and streamflow)
as well as tables and graphs of results of the WRTDS analysis, and does
flowHistory analysis and graphs and tables
License: file LICENSE
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior. For more information, see the
official USGS copyright policy at
http://www.usgs.gov/visual-id/credit_usgs.html#copyright
Collate:
'EGRET.R'
'fluxUnit.R'
'objectDefinitions.R'
'boxConcMonth.R'
'boxQTwice.R'
'boxResidMonth.R'
'flowDuration.R'
'logPretty1.R'
'logPretty3.R'
'multiPlotDataOverview.R'
'plotConcPred.R'
'plotConcQ.R'
'plotConcTime.R'
'plotFluxHist.R'
'plotFluxPred.R'
'plotLogConcPred.R'
'plotLogConcQ.R'
'plotLogConcTime.R'
'plotLogFluxPred.R'
'printFluxUnitCheatSheet.R'
'printqUnitCheatSheet.R'
'estCrossVal.R'
'estSurfaces.R'
'fluxBiasMulti.R'
'fluxBiasStat.R'
'plotConcHist.R'
'plotConcQSmooth.R'
'plotConcTimeDaily.R'
'plotContours.R'
'plotLogConcQSmooth.R'
'plotLogFluxQ.R'
'plotResidPred.R'
'plotResidQ.R'
'plotResidTime.R'
'setSeasonLabel.R'
'setSeasonLabelByUser.R'
'surfaceIndex.R'
'tableChange.R'
'tableChangeSingle.R'
'tableResults.R'
'yPretty.R'
'blankTime.R'
'calculateMonthlyResults.R'
'estDailyFromSurfaces.R'
'modelEstimation.R'
'runSurvReg.R'
'setupYears.R'
'triCube.R'
'estDailyWithoutNormalization.R'
'getJulian.R'
'makeAnnualSeries.R'
'plot15.R'
'plot1of15.R'
'plotDiffContours.R'
'plotFlowSingle.R'
'plotFluxTimeDaily.R'
'plotFour.R'
'plotFourStats.R'
'plotQTimeDaily.R'
'plotSDLogQ.R'
'printSeries.R'
'saveResults.R'
'selectDays.R'
'setPA.R'
'setPAx.R'
'tableFlowChange.R'
'estDailyFromSurfacesJ.R'
'plotConcTimeSmooth.R'
'genericEGRETplot.R'
'censoredSegments.R'
'concentrationAxis.R'
'generalAxis.R'
'dischargeLogAxis.R'
Depends:
R (>= 2.13.0)
Imports:
methods,
spam,
survival,
fields
Suggests:
xtable,
dataRetrieval
LazyLoad: yes
LazyData: yes