This repository has been archived by the owner on Feb 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
NAMESPACE
141 lines (140 loc) · 2.78 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
# Generated by roxygen2: do not edit by hand
S3method("$<-",uneval)
S3method("[",uneval)
S3method("[<-",uneval)
S3method("[[<-",uneval)
S3method(print,uneval)
export("%>%")
export(Animation)
export(add_subtitle)
export(add_title)
export(adjust)
export(alter)
export(asp)
export(cb)
export(change_data)
export(change_height)
export(change_size)
export(change_width)
export(clear)
export(conceal)
export(conceal_tooltip)
export(conf_font)
export(conf_globals)
export(conf_legend)
export(conf_renderer)
export(conf_tooltip)
export(coord)
export(coord_reflect)
export(coord_rotate)
export(coord_scale)
export(coord_transpose)
export(coord_type)
export(custom_motif)
export(destroy)
export(download_image)
export(fig_area)
export(fig_area_stack)
export(fig_bin)
export(fig_boxplot)
export(fig_density)
export(fig_dotplot)
export(fig_edge)
export(fig_errorbar)
export(fig_guitar)
export(fig_heatmap)
export(fig_histogram)
export(fig_interval)
export(fig_interval_dodge)
export(fig_interval_stack)
export(fig_interval_symmetric)
export(fig_line)
export(fig_line_stack)
export(fig_map)
export(fig_path)
export(fig_point)
export(fig_point_dodge)
export(fig_point_jitter)
export(fig_point_stack)
export(fig_polygon)
export(fig_ribbon)
export(fig_rug)
export(fig_schema)
export(fig_schema_dodge)
export(fig_smooth)
export(fig_venn)
export(fig_violin)
export(fig_violin_dodge)
export(fig_voronoi)
export(fig_waffle)
export(frame_var)
export(g2)
export(g2Output)
export(g2Proxy)
export(g2r_globals)
export(gauge_all_axis)
export(gauge_axis)
export(gauge_color)
export(gauge_color_viridis)
export(gauge_label)
export(gauge_opacity)
export(gauge_shape)
export(gauge_size)
export(gauge_style)
export(gauge_tooltip)
export(gauge_x_discrete)
export(gauge_x_discrete_time)
export(gauge_x_identity)
export(gauge_x_linear)
export(gauge_x_log)
export(gauge_x_pow)
export(gauge_x_time)
export(gauge_y_discrete)
export(gauge_y_discrete_time)
export(gauge_y_identity)
export(gauge_y_linear)
export(gauge_y_log)
export(gauge_y_pow)
export(gauge_y_time)
export(get_map)
export(hide_axes)
export(hide_axis)
export(info_arc)
export(info_data_marker)
export(info_data_region)
export(info_hline)
export(info_html)
export(info_image)
export(info_line)
export(info_region)
export(info_region_filter)
export(info_text)
export(info_vline)
export(interact_brush)
export(interact_drag)
export(interact_slider)
export(interact_zoom)
export(leg)
export(motif)
export(motif_dark)
export(new_animation)
export(plane_wrap)
export(planes)
export(plot_callbacks)
export(render)
export(renderG2)
export(repaint)
export(reveal)
export(reveal_tooltip)
export(style)
export(sync)
export(to_dataURL)
export(unsync)
import(dplyr)
import(htmlwidgets)
import(purrr)
importFrom(graphics,boxplot)
importFrom(graphics,hist)
importFrom(magrittr,"%>%")
importFrom(stats,density)
importFrom(stats,fitted)