-
Notifications
You must be signed in to change notification settings - Fork 8
/
NAMESPACE
151 lines (150 loc) · 3.47 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
# Generated by roxygen2: do not edit by hand
S3method(head,openair)
S3method(names,openair)
S3method(plot,openair)
S3method(print,openair)
S3method(results,default)
S3method(results,openair)
S3method(summary,openair)
S3method(tail,openair)
export(TaylorDiagram)
export(TheilSen)
export(aqStats)
export(binData)
export(bootMeanDF)
export(calcFno2)
export(calcPercentile)
export(calendarPlot)
export(conditionalEval)
export(conditionalQuantile)
export(corPlot)
export(cutData)
export(drawOpenKey)
export(importADMS)
export(importAQE)
export(importAURN)
export(importEurope)
export(importKCL)
export(importLocal)
export(importMeta)
export(importNI)
export(importSAQN)
export(importTraj)
export(importUKAQ)
export(importWAQN)
export(linearRelation)
export(modStats)
export(openColours)
export(percentileRose)
export(polarAnnulus)
export(polarCluster)
export(polarDiff)
export(polarFreq)
export(polarPlot)
export(pollutionRose)
export(quickText)
export(rollingMean)
export(runRegression)
export(scatterPlot)
export(selectByDate)
export(selectRunning)
export(smoothTrend)
export(splitByDate)
export(summaryPlot)
export(timeAverage)
export(timePlot)
export(timeProp)
export(timeVariation)
export(trajCluster)
export(trajLevel)
export(trajPlot)
export(trendLevel)
export(windRose)
import(cluster)
import(dplyr)
import(grid)
import(hexbin)
import(lattice)
import(latticeExtra)
import(mapproj)
import(mgcv)
import(purrr)
import(readr)
import(tidyr)
importFrom(MASS,rlm)
importFrom(Rcpp,evalCpp)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,grey)
importFrom(grDevices,rgb)
importFrom(grDevices,xy.coords)
importFrom(graphics,abline)
importFrom(latticeExtra,useOuterStrips)
importFrom(lubridate,as_date)
importFrom(lubridate,ceiling_date)
importFrom(lubridate,day)
importFrom(lubridate,dmy)
importFrom(lubridate,dst)
importFrom(lubridate,floor_date)
importFrom(lubridate,force_tz)
importFrom(lubridate,hour)
importFrom(lubridate,month)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,round_date)
importFrom(lubridate,wday)
importFrom(lubridate,year)
importFrom(lubridate,ymd)
importFrom(lubridate,ymd_hm)
importFrom(lubridate,ymd_hms)
importFrom(methods,is)
importFrom(rlang,.data)
importFrom(stats,.lm.fit)
importFrom(stats,KalmanRun)
importFrom(stats,StructTS)
importFrom(stats,aggregate)
importFrom(stats,approx)
importFrom(stats,arima)
importFrom(stats,as.dendrogram)
importFrom(stats,as.dist)
importFrom(stats,as.ts)
importFrom(stats,ave)
importFrom(stats,coef)
importFrom(stats,coefficients)
importFrom(stats,complete.cases)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,fitted)
importFrom(stats,formula)
importFrom(stats,frequency)
importFrom(stats,hclust)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,na.omit)
importFrom(stats,optimize)
importFrom(stats,order.dendrogram)
importFrom(stats,predict)
importFrom(stats,qchisq)
importFrom(stats,qnorm)
importFrom(stats,qt)
importFrom(stats,quantile)
importFrom(stats,reshape)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,smooth.spline)
importFrom(stats,spline)
importFrom(stats,stl)
importFrom(stats,ts)
importFrom(stats,tsSmooth)
importFrom(stats,tsp)
importFrom(stats,update)
importFrom(stats,var)
importFrom(tibble,tibble)
importFrom(utils,compareVersion)
importFrom(utils,download.file)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,packageDescription)
importFrom(utils,read.csv)
importFrom(utils,read.table)
importFrom(utils,tail)
useDynLib(openair, .registration = TRUE)