-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
74 lines (73 loc) · 1.73 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
# Generated by roxygen2: do not edit by hand
S3method(autoplot,SA)
S3method(autoplot,jSA)
S3method(calendar,SA)
S3method(calendar,jSA)
S3method(calendaradj,SA)
S3method(calendaradj,jSA)
S3method(ggsiratioplot,SA)
S3method(ggsiratioplot,default)
S3method(ggsiratioplot,jSA)
S3method(init_ggplot,SA)
S3method(init_ggplot,jSA)
S3method(irregular,SA)
S3method(irregular,jSA)
S3method(raw,SA)
S3method(raw,jSA)
S3method(seasonal,SA)
S3method(seasonal,jSA)
S3method(seasonaladj,SA)
S3method(seasonaladj,jSA)
S3method(siratio,TRAMO_SEATS)
S3method(siratio,X13)
S3method(siratio,jSA)
S3method(siratioplot,SA)
S3method(siratioplot,default)
S3method(siratioplot,jSA)
S3method(trendcycle,SA)
S3method(trendcycle,jSA)
S3method(ts2df,mts)
S3method(ts2df,ts)
export(calendar)
export(calendaradj)
export(geom_arima)
export(geom_diagnostics)
export(geom_outlier)
export(geom_sa)
export(ggsiratioplot)
export(init_ggplot)
export(irregular)
export(raw)
export(seasonal)
export(seasonaladj)
export(siratio)
export(siratioplot)
export(stat_sa)
export(trendcycle)
export(ts2df)
import(RJDemetra)
importFrom(ggplot2,GeomLabel)
importFrom(ggplot2,GeomLine)
importFrom(ggplot2,GeomText)
importFrom(ggplot2,autoplot)
importFrom(ggrepel,GeomLabelRepel)
importFrom(ggrepel,GeomTextRepel)
importFrom(graphics,axis)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,segments)
importFrom(graphics,title)
importFrom(gridExtra,tableGrob)
importFrom(gridExtra,ttheme_default)
importFrom(stats,cycle)
importFrom(stats,end)
importFrom(stats,frequency)
importFrom(stats,is.mts)
importFrom(stats,is.ts)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,ts.union)