-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
60 lines (59 loc) · 1.41 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
# Generated by roxygen2: do not edit by hand
S3method(ggplot_add,axis_annotation)
S3method(ggplot_build,lemon_plot)
S3method(ggplot_gtable,built_lemon)
S3method(lemon_print,data.frame)
S3method(lemon_print,table)
export(.dot)
export(.dot2)
export(CoordFlexCartesian)
export(CoordFlexFixed)
export(CoordFlexFlipped)
export(FacetGridRepeatLabels)
export(FacetWrapRepeatLabels)
export(GeomPointLine)
export(GeomPointPath)
export(GeomSideRange)
export(annotate_x_axis)
export(annotate_y_axis)
export(as.lemon_plot)
export(brackets_horisontal)
export(brackets_horizontal)
export(brackets_vertical)
export(capped_horisontal)
export(capped_horizontal)
export(capped_vertical)
export(coord_capped_cart)
export(coord_capped_flip)
export(coord_flex_cart)
export(coord_flex_fixed)
export(coord_flex_flip)
export(facet_rep_grid)
export(facet_rep_wrap)
export(g_legend)
export(geom_pointline)
export(geom_pointpath)
export(geom_siderange)
export(get_panel_params)
export(get_panel_x_range)
export(get_panel_y_range)
export(grid_arrange_shared_legend)
export(gtable_show_grill)
export(gtable_show_names)
export(guidebox_as_column)
export(lemon_print)
export(render_gpar)
export(reposition_legend)
export(scale_x_symmetric)
export(scale_y_symmetric)
if(getRversion() < "4.4") export("%||%")
import(ggplot2)
import(grDevices)
import(grid)
import(gridExtra)
import(gtable)
import(knitr)
import(lattice)
import(plyr)
import(scales)
importFrom(plyr,defaults)