-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathNAMESPACE
59 lines (58 loc) · 1.32 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
# Generated by roxygen2: do not edit by hand
S3method(interleave,default)
S3method(interleave,unit)
export(GeomBarh)
export(GeomBoxploth)
export(GeomColh)
export(GeomCrossbarh)
export(GeomErrorbarh)
export(GeomLinerangeh)
export(GeomPointrangeh)
export(GeomViolinh)
export(PositionDodge2v)
export(PositionDodgev)
export(PositionFillv)
export(PositionJitterdodgev)
export(PositionStackv)
export(StatBinh)
export(StatBoxploth)
export(StatCounth)
export(StatXdensity)
export(draw_key_boxploth)
export(draw_key_crossbarh)
export(draw_key_hpath)
export(draw_key_pointrangeh)
export(geom_barh)
export(geom_boxploth)
export(geom_colh)
export(geom_crossbarh)
export(geom_errorbarh)
export(geom_histogramh)
export(geom_linerangeh)
export(geom_pointrangeh)
export(geom_violinh)
export(mean_cl_boot_h)
export(mean_cl_normal_h)
export(mean_sdl_h)
export(mean_se_h)
export(median_hilow_h)
export(position_dodge2v)
export(position_dodgev)
export(position_fillv)
export(position_jitterdodgev)
export(position_stackv)
export(stat_binh)
export(stat_boxploth)
export(stat_counth)
export(stat_summaryh)
export(stat_xdensity)
import(ggplot2)
importFrom(grid,gList)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,grobName)
importFrom(grid,grobTree)
importFrom(grid,linesGrob)
importFrom(grid,rectGrob)
importFrom(grid,segmentsGrob)
importFrom(rlang,"%||%")