forked from rchlumsk/RavenR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
84 lines (83 loc) · 1.97 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
# Generated by roxygen2: do not edit by hand
export(ECflow.rvt)
export(ECmet.rvt)
export(Ost.bestparams)
export(Ost.params.compare)
export(Ost.plot)
export(Ost.read)
export(annual.peak)
export(annual.peak.error)
export(annual.peak.event)
export(annual.peak.event.error)
export(annual.peak.timing.error)
export(annual.volume)
export(apply.wyearly)
export(apply.wyearly.cols)
export(calc.areas.rvh)
export(col.transparent)
export(cum.plot.flow)
export(custom.read)
export(customoutput.plot)
export(flow.residuals)
export(flow.scatterplot)
export(flow.spaghetti)
export(flowdurcurve.plot)
export(forcings.plot)
export(forcings.read)
export(hyd.extract)
export(hyd.plot)
export(hyd.read)
export(monthly.vbias)
export(mos.names)
export(num.days)
export(num.days.month)
export(plot.subbasinNetwork)
export(res.extract)
export(res.init)
export(res.plot)
export(res.read)
export(rvh.read)
export(substrLeft)
export(substrMLeft)
export(substrMRight)
export(substrRight)
export(watershed.read)
export(watershedmeb.read)
export(which.max.xts)
export(wyear.indices)
export(wyear.indices.aus)
export(wyear.indices.custom)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colours)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,grid)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(lubridate,date)
importFrom(lubridate,day)
importFrom(lubridate,month)
importFrom(lubridate,yday)
importFrom(lubridate,year)
importFrom(stats,ecdf)
importFrom(stats,rnorm)
importFrom(stats,sd)
importFrom(stats,time)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(xts,apply.daily)
importFrom(xts,apply.monthly)
importFrom(xts,apply.yearly)
importFrom(xts,period.apply)
importFrom(xts,xts)
importFrom(xts,xtsAttributes)
importFrom(zoo,coredata)
importFrom(zoo,index)
importFrom(zoo,rollapply)