-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNAMESPACE
39 lines (38 loc) · 870 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(plot,boiwsa)
S3method(predict,boiwsa)
S3method(print,boiwsa)
S3method(summary,boiwsa)
export(boiwsa)
export(find_opt)
export(find_outliers)
export(fourier_vars)
export(genhol)
export(my_ao)
export(my_rosh)
export(plot_spec)
export(print)
export(simple_td)
export(summary)
import(dplyr)
import(forecast)
import(ggplot2)
import(lubridate)
importFrom(Hmisc,yearDays)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(gridExtra,grid.arrange)
importFrom(lubridate,day)
importFrom(lubridate,days)
importFrom(lubridate,days_in_month)
importFrom(lubridate,yday)
importFrom(rlang,.data)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,spec.ar)
importFrom(stats,summary.lm)
importFrom(stats,supsmu)
importFrom(tidyr,fill)