forked from jbkunst/highcharter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
193 lines (192 loc) · 4.87 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
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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# Generated by roxygen2: do not edit by hand
S3method(hchart,acf)
S3method(hchart,character)
S3method(hchart,default)
S3method(hchart,dendrogram)
S3method(hchart,density)
S3method(hchart,dist)
S3method(hchart,ets)
S3method(hchart,factor)
S3method(hchart,forecast)
S3method(hchart,histogram)
S3method(hchart,igraph)
S3method(hchart,matrix)
S3method(hchart,mforecast)
S3method(hchart,mts)
S3method(hchart,numeric)
S3method(hchart,phylo)
S3method(hchart,stl)
S3method(hchart,survfit)
S3method(hchart,ts)
S3method(hchart,xts)
export("%>%")
export(JS)
export(color_stops)
export(colorize_vector)
export(create_yaxis)
export(datetime_to_timestamp)
export(export_hc)
export(fa_icon)
export(fa_icon_mark)
export(hc_add_serie)
export(hc_add_serie_flags)
export(hc_add_serie_labels_values)
export(hc_add_serie_map)
export(hc_add_serie_ohlc)
export(hc_add_serie_scatter)
export(hc_add_serie_times_values)
export(hc_add_serie_treemap)
export(hc_add_serie_ts)
export(hc_add_serie_xts)
export(hc_add_series)
export(hc_add_series_boxplot)
export(hc_add_series_density)
export(hc_add_series_df)
export(hc_add_series_flags)
export(hc_add_series_labels_values)
export(hc_add_series_list)
export(hc_add_series_map)
export(hc_add_series_ohlc)
export(hc_add_series_scatter)
export(hc_add_series_times_values)
export(hc_add_series_treemap)
export(hc_add_series_ts)
export(hc_add_series_whisker)
export(hc_add_series_xts)
export(hc_add_theme)
export(hc_annotations)
export(hc_chart)
export(hc_colorAxis)
export(hc_colors)
export(hc_credits)
export(hc_defs)
export(hc_demo)
export(hc_drilldown)
export(hc_exporting)
export(hc_get_colors)
export(hc_get_dash_styles)
export(hc_legend)
export(hc_mapNavigation)
export(hc_motion)
export(hc_navigator)
export(hc_pane)
export(hc_plotOptions)
export(hc_rangeSelector)
export(hc_rm_serie)
export(hc_rm_series)
export(hc_scrollbar)
export(hc_series)
export(hc_subtitle)
export(hc_theme)
export(hc_theme_538)
export(hc_theme_chalk)
export(hc_theme_darkunica)
export(hc_theme_db)
export(hc_theme_economist)
export(hc_theme_flat)
export(hc_theme_flatdark)
export(hc_theme_ft)
export(hc_theme_google)
export(hc_theme_gridlight)
export(hc_theme_handdrawn)
export(hc_theme_merge)
export(hc_theme_null)
export(hc_theme_sandsignika)
export(hc_theme_smpl)
export(hc_title)
export(hc_tooltip)
export(hc_xAxis)
export(hc_yAxis)
export(hc_yAxis_multiples)
export(hcbar)
export(hcboxplot)
export(hcdensity)
export(hchart)
export(hchist)
export(hcpie)
export(hcwaffle)
export(hex_to_rgba)
export(highchart)
export(highchart2)
export(highchartOutput)
export(hw_grid)
export(list.parse2)
export(list.parse3)
export(renderHighchart)
export(str_to_id)
export(tags)
export(tooltip_table)
import(assertthat)
importFrom(ape,as.igraph.phylo)
importFrom(ape,makeNodeLabel)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_cols)
importFrom(dplyr,count_)
importFrom(dplyr,data_frame)
importFrom(dplyr,desc)
importFrom(dplyr,do)
importFrom(dplyr,filter_)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,mutate_)
importFrom(dplyr,rename_)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,tbl_df)
importFrom(dplyr,ungroup)
importFrom(ggdendro,dendro_data)
importFrom(grDevices,boxplot.stats)
importFrom(grDevices,col2rgb)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,n2mfrow)
importFrom(graphics,hist)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(htmlwidgets,JS)
importFrom(htmlwidgets,createWidget)
importFrom(htmlwidgets,shinyRenderWidget)
importFrom(htmlwidgets,shinyWidgetOutput)
importFrom(htmlwidgets,sizingPolicy)
importFrom(igraph,"V<-")
importFrom(igraph,V)
importFrom(igraph,get.edge.attribute)
importFrom(igraph,get.edgelist)
importFrom(igraph,get.vertex.attribute)
importFrom(igraph,graph.edgelist)
importFrom(igraph,layout_nicely)
importFrom(jsonlite,toJSON)
importFrom(magrittr,"%>%")
importFrom(purrr,by_row)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,map2_df)
importFrom(purrr,map_df)
importFrom(purrr,map_if)
importFrom(purrr,transpose)
importFrom(quantmod,is.OHLC)
importFrom(rlist,list.merge)
importFrom(rlist,list.parse)
importFrom(stats,ecdf)
importFrom(stats,is.ts)
importFrom(stats,qnorm)
importFrom(stats,setNames)
importFrom(stats,time)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_split)
importFrom(stringr,str_sub)
importFrom(stringr,str_to_lower)
importFrom(stringr,str_to_title)
importFrom(stringr,str_trim)
importFrom(tidyr,gather)
importFrom(tidyr,unite_)
importFrom(utils,head)
importFrom(utils,tail)
importFrom(viridisLite,viridis)
importFrom(xts,is.xts)
importFrom(zoo,as.Date)