-
Notifications
You must be signed in to change notification settings - Fork 6
/
NAMESPACE
82 lines (81 loc) · 1.72 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
# Generated by roxygen2: do not edit by hand
export(Compose)
export(ComposeCrux)
export(ComposeOntop)
export(ComposeSandwich)
export(ComposeStack)
export(GizmoBarcap)
export(GizmoDensity)
export(GizmoGrob)
export(GizmoHistogram)
export(GizmoStepcap)
export(GuideColring)
export(GuideLegendBase)
export(GuideLegendGroup)
export(PrimitiveBox)
export(PrimitiveBracket)
export(PrimitiveFence)
export(PrimitiveLabels)
export(PrimitiveLine)
export(PrimitiveSpacer)
export(PrimitiveTicks)
export(PrimitiveTitle)
export(bracket_atan)
export(bracket_chevron)
export(bracket_curvy)
export(bracket_line)
export(bracket_round)
export(bracket_sigmoid)
export(bracket_square)
export(cap_arch)
export(cap_none)
export(cap_ogee)
export(cap_round)
export(cap_triangle)
export(compose_crux)
export(compose_ontop)
export(compose_sandwich)
export(compose_stack)
export(gizmo_barcap)
export(gizmo_density)
export(gizmo_grob)
export(gizmo_histogram)
export(gizmo_stepcap)
export(guide_axis_base)
export(guide_axis_nested)
export(guide_colbar)
export(guide_colring)
export(guide_colsteps)
export(guide_legend_base)
export(guide_legend_cross)
export(guide_legend_group)
export(key_auto)
export(key_bins)
export(key_group_lut)
export(key_group_split)
export(key_log)
export(key_manual)
export(key_map)
export(key_minor)
export(key_none)
export(key_range_auto)
export(key_range_manual)
export(key_range_map)
export(key_sequence)
export(new_compose)
export(primitive_box)
export(primitive_bracket)
export(primitive_fence)
export(primitive_labels)
export(primitive_line)
export(primitive_spacer)
export(primitive_ticks)
export(primitive_title)
export(theme_guide)
import(ggplot2)
import(grid)
import(gtable)
import(rlang)
import(scales)
import(vctrs)
importFrom(lifecycle,deprecated)