-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
43 lines (42 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
S3method(plot,sc_dashboard)
S3method(plot,simple_dashboard)
export(sc_dashboard)
export(simple_dashboard)
export(simple_dashboard2)
importFrom(RJDemetra,x13)
importFrom(RJDemetra,x13_spec)
importFrom(graphics,arrows)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,points)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,cor)
importFrom(stats,cycle)
importFrom(stats,deltat)
importFrom(stats,frequency)
importFrom(stats,lag)
importFrom(stats,na.omit)
importFrom(stats,pchisq)
importFrom(stats,pt)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,ts.union)
importFrom(stats,window)
importFrom(utils,as.roman)
importFrom(utils,globalVariables)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,tail)