-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
75 lines (74 loc) · 1.45 KB
/
NAMESPACE
File metadata and controls
75 lines (74 loc) · 1.45 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
# Generated by roxygen2: do not edit by hand
S3method(print,g2)
S3method(record_print,g2)
export(animate)
export(axis_of)
export(chart_html)
export(coord_helix)
export(coord_parallel)
export(coord_polar)
export(coord_radar)
export(coord_radial)
export(coord_theta)
export(coord_transpose)
export(coordinate)
export(encode)
export(facet_circle)
export(facet_rect)
export(g2)
export(g2Output)
export(interact)
export(labels_of)
export(legend_of)
export(mark_area)
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_text)
export(mark_tree)
export(mark_treemap)
export(mark_vector)
export(mark_word_cloud)
export(preview)
export(renderG2)
export(scale_of)
export(scrollbar_of)
export(slider_of)
export(style_mark)
export(theme_academy)
export(theme_classic)
export(theme_classicDark)
export(theme_dark)
export(theme_light)
export(theme_of)
export(title_of)
export(tooltip_of)
export(transform_of)
importFrom(utils,modifyList)
importFrom(xfun,record_print)