-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
49 lines (48 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
S3method(plot,STR)
S3method(seasadj,STR)
export(AutoSTR)
export(RSTRmodel)
export(STR)
export(STRmodel)
export(components)
export(heuristicSTR)
export(plotBeta)
export(seasadj)
import(SparseM)
import(compiler)
import(foreach)
import(forecast)
import(quantreg)
importFrom(Matrix,.solve.dgC.chol)
importFrom(Matrix,Diagonal)
importFrom(Matrix,Matrix)
importFrom(Matrix,bdiag)
importFrom(Matrix,sparseMatrix)
importFrom(forecast,seasadj)
importFrom(grDevices,rainbow)
importFrom(graphics,Axis)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,filled.contour)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,polygon)
importFrom(graphics,title)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(stats,"tsp<-")
importFrom(stats,optim)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,tsp)
importFrom(utils,head)
importFrom(utils,tail)