-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
135 lines (134 loc) · 3.52 KB
/
NAMESPACE
File metadata and controls
135 lines (134 loc) · 3.52 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# 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(tsggplot,list)
S3method(tsggplot,mts)
S3method(tsggplot,ts)
S3method(tsggplot,xts)
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_tsggplot_theme)
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(tsggplot)
export(tsggplotly)
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(ggplot2,.data)
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_ribbon)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,guide_axis)
importFrom(ggplot2,guide_legend)
importFrom(ggplot2,guides)
importFrom(ggplot2,margin)
importFrom(ggplot2,position_dodge2)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,rel)
importFrom(ggplot2,scale_color_manual)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,sec_axis)
importFrom(ggplot2,unit)
importFrom(ggplot2,waiver)
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(plotly,ggplotly)
importFrom(plotly,layout)
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,setNames)
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)