-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
141 lines (140 loc) · 3.01 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
# Generated by roxygen2: do not edit by hand
export(AdiabaticTandLWC)
export(AirTemperature)
export(BoltonEquivalentPotentialTemperature)
export(ButterworthFilter)
export(CAPE)
export(CohPhase)
export(ComplementaryFilter)
export(CorrectHeading)
export(CorrectPitch)
export(DPfromE)
export(DataDirectory)
export(DataFileInfo)
export(DemingFit)
export(EquivalentPotentialTemperature)
export(GV_AOAfromRadome)
export(GV_YawFromRadome)
export(GeoPotHeight)
export(Gravity)
export(KingProbe)
export(LCL)
export(LagrangeInterpolate)
export(MachNumber)
export(MixingRatio)
export(MurphyKoop)
export(MurphyKoopIce)
export(OpenInProgram)
export(PCorFunction)
export(PotentialTemperature)
export(PressureAltitude)
export(RecoveryFactor)
export(Rmutate)
export(RossbyEquivalentPotentialTemperature)
export(Rsubset)
export(ShiftInTime)
export(SkewTSounding)
export(SmoothInterp)
export(SpecificHeats)
export(Sqs)
export(StandardConstant)
export(TellAbout)
export(TrueAirspeed)
export(VSpec)
export(ValueOf)
export(ValueOfAll)
export(VirtualPotentialTemperature)
export(VirtualTemperature)
export(WACf)
export(WetEquivalentPotentialTemperature)
export(WindProcessor)
export(XformLA)
export(addLabels)
export(binStats)
export(blankNA)
export(calcAttack)
export(contourPlot)
export(correctT)
export(detrend)
export(df2tibble)
export(flux)
export(getAttributes)
export(getIndex)
export(getNetCDF)
export(getProjectData)
export(getRAFData)
export(getRData)
export(getStartEnd)
export(getarg)
export(ggplotWAC)
export(histWAC)
export(lineWAC)
export(makeNetCDF)
export(memCoef)
export(memEstimate)
export(ncsubset)
export(plotSD)
export(plotTrack)
export(plotWAC)
export(potentialTemperatures)
export(removeSpikes)
export(rk4.integrate)
export(selectTime)
export(setFileName)
export(setRange)
export(setVariableList)
export(standardVariables)
export(theme_WAC)
export(transferAttributes)
export(wetbulbT)
import(bspec)
import(fields)
import(ggplot2)
import(ggthemes)
import(graphics)
import(maps)
import(ncdf4)
import(nleqslv)
import(reshape2)
import(scales)
import(tcltk)
import(utils)
import(zoo)
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(ggthemes,theme_gdocs)
importFrom(graphics,axTicks)
importFrom(graphics,axis)
importFrom(graphics,axis.POSIXct)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(grid,viewport)
importFrom(plyr,adply)
importFrom(plyr,as.quoted)
importFrom(signal,butter)
importFrom(signal,filter)
importFrom(signal,filtfilt)
importFrom(signal,sgolay)
importFrom(signal,sgolayfilt)
importFrom(stats,approx)
importFrom(stats,coef)
importFrom(stats,fft)
importFrom(stats,integrate)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qchisq)
importFrom(stats,sd)
importFrom(stats,smooth.spline)
importFrom(stats,spec.pgram)
importFrom(stats,spectrum)
importFrom(stats,ts)
importFrom(stats,weighted.mean)
importFrom(tibble,tibble)
importFrom(zoo,na.approx)
importFrom(zoo,rollapply)