-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
91 lines (90 loc) · 1.71 KB
/
NAMESPACE
File metadata and controls
91 lines (90 loc) · 1.71 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
# Generated by roxygen2: do not edit by hand
S3method("+",g2)
S3method(print,g2)
S3method(record_print,g2)
export(animate)
export(axis_x)
export(axis_y)
export(canvas)
export(chart_html)
export(coord_)
export(coord_helix)
export(coord_parallel)
export(coord_polar)
export(coord_radar)
export(coord_radial)
export(coord_theta)
export(coord_transpose)
export(encode)
export(facet_circle)
export(facet_rect)
export(g2)
export(g2Output)
export(header)
export(interact)
export(js)
export(label)
export(legend_color)
export(legend_opacity)
export(legend_shape)
export(legend_size)
export(mark_area)
export(mark_beeswarm)
export(mark_box)
export(mark_boxplot)
export(mark_cell)
export(mark_chord)
export(mark_connector)
export(mark_density)
export(mark_edge)
export(mark_force_graph)
export(mark_gauge)
export(mark_heatmap)
export(mark_image)
export(mark_interval)
export(mark_line)
export(mark_line_x)
export(mark_line_y)
export(mark_link)
export(mark_liquid)
export(mark_node)
export(mark_pack)
export(mark_partition)
export(mark_path)
export(mark_point)
export(mark_polygon)
export(mark_range)
export(mark_range_x)
export(mark_range_y)
export(mark_rect)
export(mark_sankey)
export(mark_shape)
export(mark_sunburst)
export(mark_text)
export(mark_tree)
export(mark_treemap)
export(mark_vector)
export(mark_word_cloud)
export(renderG2)
export(scale_color)
export(scale_opacity)
export(scale_shape)
export(scale_size)
export(scale_x)
export(scale_y)
export(scroll_x)
export(scroll_y)
export(slider_x)
export(slider_y)
export(style_mark)
export(theme_academy)
export(theme_classic)
export(theme_classic_dark)
export(theme_dark)
export(theme_light)
export(tooltip)
export(transform_)
import(stats)
import(utils)
importFrom(xfun,js)
importFrom(xfun,record_print)