forked from eliocamp/metR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
169 lines (168 loc) · 3.64 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# Generated by roxygen2: do not edit by hand
S3method(autoplot,eof)
S3method(cut,eof)
S3method(guide_gengrob,colorstrip)
S3method(guide_gengrob,vector)
S3method(guide_geom,vector)
S3method(guide_merge,vector)
S3method(guide_train,colorstrip)
S3method(guide_train,vector)
S3method(interleave,default)
S3method(interleave,unit)
S3method(makeContent,arrow2)
S3method(makeContent,textContour)
S3method(makeContent,vector)
S3method(predict,eof)
S3method(print,eof)
S3method(print,nc_glance)
S3method(print,ncdim4)
S3method(print,ncvar4)
S3method(screeplot,eof)
S3method(summary,eof)
export("%~%")
export(Adiabat)
export(AnchorBreaks)
export(Anomaly)
export(AssignSeason)
export(BuildWave)
export(ClausiusClapeyron)
export(ConvertLongitude)
export(Derivate)
export(DewPoint)
export(Divergence)
export(DivideTimeseries)
export(EOF)
export(FilterWave)
export(FitLm)
export(FitWave)
export(GeomArrow)
export(GeomContour2)
export(GeomContourTanaka)
export(GeomLabelContour)
export(GeomRelief)
export(GeomShadow)
export(GeomStreamline)
export(GeomTextContour)
export(GeostrophicWind)
export(GetSMNData)
export(GetTopography)
export(GlanceNetCDF)
export(IdealGas)
export(Impute2D)
export(ImputeEOF)
export(Interpolate)
export(JumpBy)
export(Laplacian)
export(LatLabel)
export(LonLabel)
export(Mag)
export(MakeBreaks)
export(MaskLand)
export(MixingRatio)
export(Percentile)
export(ReadNetCDF)
export(RepeatCircular)
export(Similar)
export(StatArrow)
export(StatContour2)
export(StatContourFill)
export(StatNa)
export(StatStreamline)
export(StatSubset)
export(StatTextContour)
export(Trajectory)
export(VirtualTemperature)
export(Vorticity)
export(WaveFlux)
export(WrapCircular)
export(as.path)
export(coriolis)
export(coriolis.dy)
export(cross)
export(dlat)
export(dlon)
export(dx)
export(dy)
export(f)
export(f.dy)
export(geom_arrow)
export(geom_contour2)
export(geom_contour_fill)
export(geom_contour_tanaka)
export(geom_label_contour)
export(geom_relief)
export(geom_shadow)
export(geom_streamline)
export(geom_text_contour)
export(geom_vector)
export(guide_colorstrip)
export(guide_colourstrip)
export(guide_vector)
export(is.cross)
export(reverselog_trans)
export(scale_color_divergent)
export(scale_fill_divergent)
export(scale_mag)
export(scale_x_latitude)
export(scale_x_level)
export(scale_x_longitude)
export(scale_y_latitude)
export(scale_y_level)
export(scale_y_longitude)
export(season)
export(stat_contour2)
export(stat_contour_fill)
export(stat_na)
export(stat_streamline)
export(stat_subset)
import(Formula)
import(RCurl)
import(checkmate)
import(data.table)
import(formula.tools)
import(ggplot2)
import(grid)
import(gridExtra)
import(gtable)
import(maps)
import(maptools)
import(scales)
import(sp)
importFrom(Matrix,sparseMatrix)
importFrom(fields,interp.surface)
importFrom(ggplot2,autoplot)
importFrom(grid,convertHeight)
importFrom(grid,convertWidth)
importFrom(grid,convertX)
importFrom(grid,convertY)
importFrom(grid,gList)
importFrom(grid,gTree)
importFrom(grid,grob)
importFrom(grid,is.unit)
importFrom(grid,unit)
importFrom(grid,unit.c)
importFrom(lubridate,days)
importFrom(lubridate,hours)
importFrom(lubridate,milliseconds)
importFrom(lubridate,minutes)
importFrom(lubridate,seconds)
importFrom(lubridate,weeks)
importFrom(lubridate,years)
importFrom(lubridate,ymd_hms)
importFrom(memoise,memoise)
importFrom(plyr,ddply)
importFrom(stats,.lm.fit)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,complete.cases)
importFrom(stats,line)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,screeplot)
importFrom(stats,setNames)
importFrom(stats,uniroot)
importFrom(stats,var)
importFrom(stats,varimax)
importFrom(utils,head)