-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathNAMESPACE
executable file
·86 lines (80 loc) · 3.19 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
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)
importFrom("graphics", barplot, grid, axTicks, Axis, abline, axis, boxplot, hist, legend, lines, mtext, par, plot)
importFrom("zoo", is.zoo, as.Date, as.zoo, zoo, coredata, as.yearmon, rollapply, index, "time<-")
importFrom("xts", is.xts, as.xts, to.period, axTicksByTime, apply.daily, periodicity, xts, .index)
#importFrom("zoo", aggregate) # aggregate is not exported from zoo
importFrom("e1071", skewness, kurtosis)
importFrom("maptools", readShapePoly)
importFrom("gstat", krige, idw)
importFrom("automap", autoKrige)
importFrom("lattice", levelplot)
importFrom("sp", proj4string, coordinates, "coordinates<-", "proj4string<-", spplot, CRS, spsample, "gridded<-", SpatialPoints, layout.north.arrow, layout.scale.bar, over)
exportPattern("^[^\\.]")
S3method(monthlyfunction, zoo)
S3method(annualfunction, zoo)
S3method(seasonalfunction, zoo)
S3method(dm2seasonal, zoo)
S3method(daily2monthly, zoo)
S3method(daily2annual, zoo)
S3method(dwi, zoo)
S3method(extract, zoo)
S3method(smry, zoo)
S3method(fdc, zoo)
S3method(subdaily2daily, zoo)
S3method(annualfunction, data.frame)
S3method(annualfunction, default)
S3method(annualfunction, matrix)
S3method(daily2annual, data.frame)
S3method(daily2annual, default)
S3method(daily2annual, matrix)
S3method(daily2monthly, data.frame)
S3method(daily2monthly, default)
S3method(daily2monthly, matrix)
S3method(dm2seasonal, data.frame)
S3method(dm2seasonal, default)
S3method(dm2seasonal, matrix)
S3method(dwdays, data.frame)
S3method(dwdays, default)
S3method(dwdays, matrix)
S3method(dwi, data.frame)
S3method(dwi, default)
S3method(dwi, matrix)
S3method(extract, default)
S3method(fdc, data.frame)
S3method(fdc, default)
S3method(fdc, matrix)
S3method(fdcu, data.frame)
S3method(fdcu, default)
S3method(fdcu, matrix)
S3method(hydrokrige, data.frame)
S3method(hydrokrige, default)
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, data.frame)
S3method(monthlyfunction, default)
S3method(monthlyfunction, matrix)
S3method(seasonalfunction, data.frame)
S3method(seasonalfunction, default)
S3method(seasonalfunction, matrix)
S3method(smry, Date)
S3method(smry, data.frame)
S3method(smry, default)
S3method(smry, matrix)
S3method(stdx, data.frame)
S3method(stdx, default)
S3method(stdx, matrix)
S3method(subdaily2daily, data.frame)
S3method(subdaily2daily, default)
S3method(subdaily2daily, matrix)