-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
42 lines (41 loc) · 1.14 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
# Generated by roxygen2: do not edit by hand
export(GeomHalfBoxplot)
export(GeomHalfDotplot)
export(GeomHalfPoint)
export(GeomHalfPointPanel)
export(GeomHalfViolin)
export(StatHalfBindot)
export(StatHalfPoint)
export(StatHalfYdensity)
export(geom_half_boxplot)
export(geom_half_dotplot)
export(geom_half_point)
export(geom_half_point_panel)
export(geom_half_violin)
export(stat_half_ydensity)
importFrom(ggplot2,.pt)
importFrom(ggplot2,.stroke)
importFrom(ggplot2,Geom)
importFrom(ggplot2,GeomBoxplot)
importFrom(ggplot2,GeomCrossbar)
importFrom(ggplot2,GeomDotplot)
importFrom(ggplot2,GeomPoint)
importFrom(ggplot2,GeomPolygon)
importFrom(ggplot2,GeomSegment)
importFrom(ggplot2,GeomViolin)
importFrom(ggplot2,PositionJitter)
importFrom(ggplot2,StatBindot)
importFrom(ggplot2,StatBoxplot)
importFrom(ggplot2,StatYdensity)
importFrom(ggplot2,aes)
importFrom(ggplot2,alpha)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,layer)
importFrom(ggplot2,position_dodge2)
importFrom(ggplot2,position_jitter)
importFrom(ggplot2,remove_missing)
importFrom(ggplot2,resolution)
importFrom(grid,gpar)
importFrom(grid,grobName)
importFrom(grid,grobTree)
importFrom(grid,pointsGrob)