This repository was archived by the owner on Apr 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathNAMESPACE
More file actions
58 lines (57 loc) · 1.39 KB
/
NAMESPACE
File metadata and controls
58 lines (57 loc) · 1.39 KB
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
# Generated by roxygen2: do not edit by hand
export(CSIcalc)
export(CSIcumper)
export(CSIdist)
export(CSIdur_hyd)
export(CSIduration_hydrograph)
export(CSIimport)
export(CSIimport_24hour)
export(CSIimport_NERRS)
export(CSIimport_daily)
export(CSIimport_hourly)
export(CSIimport_interval)
export(CSIimport_monthly)
export(CSIimport_unit)
export(CSIinterp)
export(CSIplot)
export(CSIspec_con)
export(CSIstack)
export(CSIupdown)
export(CSIwrite)
importFrom(MASS,fitdistr)
importFrom(dplyr,group_by)
importFrom(dplyr,summarize_all)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,hist)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(lmomco,are.lmom.valid)
importFrom(lmomco,cdfgam)
importFrom(lmomco,pargam)
importFrom(lmomco,pwm.ub)
importFrom(lmomco,pwm2lmom)
importFrom(stats,cycle)
importFrom(stats,dnorm)
importFrom(stats,ecdf)
importFrom(stats,embed)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,ts)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.csv)
importFrom(utils,write.table)
importFrom(zoo,na.approx)
importFrom(zoo,na.spline)