3
3
if (! interactive()) return ()
4
4
EGRET_version = utils :: packageVersion(" EGRET" )
5
5
packageStartupMessage(" EGRET " , EGRET_version ,"
6
- Extended Documentation: https://rconnect. usgs.gov /EGRET" )
6
+ Extended Documentation: https://doi- usgs.github.io /EGRET" )
7
7
8
8
}
9
9
@@ -26,43 +26,20 @@ Extended Documentation: https://rconnect.usgs.gov/EGRET")
26
26
# '
27
27
# ' @name EGRET-package
28
28
# ' @docType package
29
- # ' @importFrom utils write.table
30
- # ' @importFrom utils read.delim
31
- # ' @importFrom utils URLencode
32
- # ' @importFrom utils tail
33
- # ' @importFrom stats aggregate
34
- # ' @importFrom stats lm
35
- # ' @importFrom stats median
36
- # ' @importFrom stats sd
37
- # ' @importFrom stats reshape
38
- # ' @importFrom stats filter
39
- # ' @importFrom stats rnorm
40
- # ' @importFrom stats na.omit
41
29
# '
42
- # ' @importFrom graphics abline
43
30
# ' @importFrom graphics axis
44
- # ' @importFrom graphics box
45
- # ' @importFrom graphics boxplot
46
- # ' @importFrom graphics contour
47
- # ' @importFrom graphics filled.contour
48
- # ' @importFrom graphics grconvertX
49
- # ' @importFrom graphics grconvertY
50
- # ' @importFrom graphics legend
51
31
# ' @importFrom graphics lines
52
32
# ' @importFrom graphics mtext
53
33
# ' @importFrom graphics par
54
34
# ' @importFrom graphics points
55
35
# ' @importFrom graphics segments
56
36
# ' @importFrom graphics title
57
- # ' @importFrom stats predict
58
- # ' @importFrom stats quantile
59
- # ' @importFrom grDevices colorRampPalette
60
37
# ' @author Robert M. Hirsch \email{rhirsch@@usgs.gov}, Laura De Cicco \email{ldecicco@@usgs.gov}
61
38
# ' @references Hirsch, R.M., and De Cicco, L.A., 2014, User guide to Exploration and Graphics for RivEr Trends
62
39
# ' (EGRET) and dataRetrieval: R packages for hydrologic data: U.S. Geological Survey Techniques and Methods book 4,
63
40
# ' chap. A10, 94 p., \doi{10.3133/tm4A10}
64
- # ' @keywords water-quality graphics streamflow statistics
65
- NULL
41
+ # ' @keywords internal
42
+ " _PACKAGE "
66
43
67
44
# ' Example eList
68
45
# '
85
62
86
63
# ' Constants included with EGRET
87
64
# '
88
- # '\itemize {
89
- # ' \item{fluxConst}{ Flux conversion object}
90
- # ' \item{qConst}{ Flow conversion object}
91
- # ' \item{monthInfo}{ Month object}
65
+ # '\tabular{ll} {
66
+ # ' fluxConst \tab Flux conversion object\cr
67
+ # ' qConst \tab Flow conversion object\cr
68
+ # ' monthInfo \tab Month object\cr
92
69
# '}
93
70
# '
94
71
# '@aliases fluxConst qConst monthInfo concConst
0 commit comments