-
Notifications
You must be signed in to change notification settings - Fork 4
/
NAMESPACE
94 lines (93 loc) · 2.34 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
# Generated by roxygen2: do not edit by hand
S3method(fill_year_with_nas,ts)
S3method(fill_year_with_nas,xts)
S3method(fill_year_with_nas,zoo)
S3method(tsplot,list)
S3method(tsplot,mts)
S3method(tsplot,ts)
S3method(tsplot,xts)
S3method(tsplot,zoo)
export(color_blind)
export(computeDecimalTime)
export(compute_decimal_time)
export(concatTs)
export(concat_ts)
export(create_cross_sec_overview)
export(create_dummy_ts)
export(df_to_reg_ts)
export(fill_year_with_nas)
export(fillupYearWitnNAs)
export(generate_random_ts)
export(importTimeSeries)
export(initDefaultTheme)
export(init_tsplot_print_theme)
export(init_tsplot_theme)
export(long_to_ts)
export(m_to_q)
export(overlapSortedLists)
export(overlapTslByName)
export(overlap_sorted_ts_lists)
export(overlap_ts_lists_by_name)
export(read_swissdata)
export(read_swissdata_meta)
export(read_ts)
export(regularize)
export(resolveOverlap)
export(resolve_ts_overlap)
export(set_month_to_NA)
export(start_ts_after_internal_nas)
export(stripLeadingNAsFromTs)
export(stripTrailingNAsFromTs)
export(strip_ts_of_leading_nas)
export(strip_ts_of_trailing_nas)
export(tsplot)
export(tsqm)
export(wide_to_ts)
export(writeTimeSeries)
export(write_ts)
import(data.table)
importFrom(data.table,dcast)
importFrom(data.table,fread)
importFrom(data.table,month)
importFrom(data.table,quarter)
importFrom(data.table,year)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colors)
importFrom(grDevices,dev.off)
importFrom(grDevices,dev.size)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,rect)
importFrom(graphics,strheight)
importFrom(graphics,title)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(stats,as.ts)
importFrom(stats,end)
importFrom(stats,frequency)
importFrom(stats,is.ts)
importFrom(stats,na.omit)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,start)
importFrom(stats,time)
importFrom(stats,ts)
importFrom(stats,ts.union)
importFrom(stats,window)
importFrom(utils,unzip)
importFrom(utils,zip)
importFrom(xts,xts)
importFrom(yaml,read_yaml)
importFrom(yaml,yaml.load)
importFrom(zoo,as.yearmon)
importFrom(zoo,as.yearqtr)
importFrom(zoo,index)
importFrom(zoo,na.trim)