-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
executable file
·131 lines (125 loc) · 4.7 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
importFrom("stats", time, cor, cor.test, symnum, plot.stepfun, ecdf, median, splinefun, integrate, filter, IQR, sd, start, end, window, aggregate, approxfun, fivenum, lm, quantile, rnorm, runif)
importFrom("graphics", boxplot, plot, hist, par, layout, axis, Axis, abline, lines, points, legend, box, text, strwidth, rect, polygon, pairs, panel.smooth)
importFrom("grDevices", xy.coords, palette, colorRampPalette, dev.set, dev.list, dev.new, dev.off, png, rainbow)
importFrom("utils", read.table, write.table, write.csv, write.csv2, installed.packages, ls.str, modifyList, sessionInfo, setTxtProgressBar, txtProgressBar)
importFrom("methods", as, hasArg, is, slot)
importFrom("graphics", barplot, grid, axTicks, Axis, abline, axis, boxplot, hist, legend, lines, mtext, par, plot)
importFrom("classInt", classIntervals)
importFrom("zoo", is.zoo, as.Date, as.zoo, zoo, coredata, as.yearmon, rollapply, index, "time<-", na.approx, na.spline)
importFrom("xts", axTicksByTime, to.period, .index, periodicity)
#importFrom("zoo", aggregate) # aggregate is not exported from zoo
importFrom("timechange", time_force_tz)
importFrom("e1071", skewness, kurtosis)
importFrom("lattice", levelplot)
#importFrom("lattice", lattice.options, lattice.getOption, trellis.currentLayout, trellis.focus, trellis.unfocus, trellis.panelArgs)
#importFrom("grid", grid.lines, gpar)
#importFrom("maptools", readShapePoly)
#importFrom("gstat", krige, idw)
#importFrom("automap", autoKrige)
#importFrom("sp", proj4string, coordinates, "coordinates<-", "proj4string<-", spplot, CRS, spsample, "gridded<-", SpatialPoints, layout.north.arrow, layout.scale.bar, over)
#importFrom("chron", month.day.year)
exportPattern("^[^\\.]")
S3method(annualfunction, data.frame)
S3method(annualfunction, default)
S3method(annualfunction, matrix)
S3method(annualfunction, zoo)
S3method(baseflow, zoo)
S3method(calendarHeatmap, zoo)
S3method(cmv, default)
S3method(cmv, default)
S3method(cmv, zoo)
S3method(cmv, data.frame)
S3method(cmv, matrix)
S3method(daily2annual, default)
S3method(daily2annual, zoo)
S3method(daily2annual, data.frame)
S3method(daily2annual, matrix)
S3method(daily2monthly, default)
S3method(daily2monthly, zoo)
S3method(daily2monthly, data.frame)
S3method(daily2monthly, matrix)
S3method(daily2weekly, default)
S3method(daily2weekly, zoo)
S3method(daily2weekly, data.frame)
S3method(daily2weekly, matrix)
S3method(dm2seasonal, default)
S3method(dm2seasonal, zoo)
S3method(dm2seasonal, data.frame)
S3method(dm2seasonal, matrix)
S3method(dwdays, default)
#S3method(dwdays, zoo)
S3method(dwdays, data.frame)
S3method(dwdays, matrix)
S3method(dwi, default)
S3method(dwi, zoo)
S3method(dwi, data.frame)
S3method(dwi, matrix)
S3method(extract, default)
S3method(extract, zoo)
S3method(fdc, default)
S3method(fdc, zoo)
S3method(fdc, data.frame)
S3method(fdc, matrix)
S3method(fdcu, default)
#S3method(fdcu, zoo)
S3method(fdcu, data.frame)
S3method(fdcu, matrix)
#S3method(hydrokrige, data.frame)
#S3method(hydrokrige, default)
S3method(hydroplot, default)
S3method(hydroplot, zoo)
S3method(hydroplot, data.frame)
S3method(infillxy, data.frame)
S3method(infillxy, default)
S3method(infillxy, matrix)
S3method(istdx, data.frame)
S3method(istdx, default)
S3method(istdx, matrix)
S3method(izoo2rzoo, default)
S3method(izoo2rzoo, zoo)
S3method(ma, default)
S3method(ma, zoo)
S3method(monthlyfunction, default)
S3method(monthlyfunction, zoo)
S3method(monthlyfunction, data.frame)
S3method(monthlyfunction, matrix)
S3method(plot_pq, zoo)
S3method(seasonalfunction, default)
S3method(seasonalfunction, zoo)
S3method(seasonalfunction, data.frame)
S3method(seasonalfunction, matrix)
S3method(smry, Date)
S3method(smry, default)
S3method(smry, zoo)
S3method(smry, data.frame)
S3method(smry, matrix)
S3method(sname2plot, default)
S3method(sname2plot, zoo)
S3method(sname2plot, data.frame)
S3method(stdx, data.frame)
S3method(stdx, default)
S3method(stdx, matrix)
S3method(subdaily2daily, default)
S3method(subdaily2daily, zoo)
S3method(subdaily2daily, data.frame)
S3method(subdaily2daily, matrix)
S3method(subdaily2weekly, default)
S3method(subdaily2weekly, zoo)
S3method(subdaily2weekly, data.frame)
S3method(subdaily2weekly, matrix)
S3method(subdaily2monthly, default)
S3method(subdaily2monthly, zoo)
S3method(subdaily2monthly, data.frame)
S3method(subdaily2monthly, matrix)
S3method(subhourly2hourly, default)
S3method(subhourly2hourly, zoo)
S3method(subhourly2hourly, data.frame)
S3method(subhourly2hourly, matrix)
S3method(subhourly2nminutes, default)
S3method(subhourly2nminutes, zoo)
S3method(subhourly2nminutes, data.frame)
S3method(subhourly2nminutes, matrix)
S3method(weeklyfunction, default)
S3method(weeklyfunction, zoo)
S3method(weeklyfunction, data.frame)
S3method(weeklyfunction, matrix)