forked from thomasp85/patchwork
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
39 lines (38 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
S3method("*",gg)
S3method("/",ggplot)
S3method("^",gg)
S3method(ggplot_add,ggplot)
S3method(ggplot_add,plot_layout)
S3method(plot_table,ggassemble)
S3method(plot_table,ggplot)
S3method(print,ggassemble)
export(plot_layout)
export(plot_spacer)
export(wrap_plots)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,find_panel)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggplot_add)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggplot_gtable)
importFrom(ggplot2,is.ggplot)
importFrom(ggplot2,panel_cols)
importFrom(ggplot2,panel_rows)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,wrap_dims)
importFrom(grid,convertHeight)
importFrom(grid,convertWidth)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,pushViewport)
importFrom(grid,seekViewport)
importFrom(grid,unit)
importFrom(grid,unit.c)
importFrom(grid,upViewport)
importFrom(gtable,gtable_add_cols)
importFrom(gtable,gtable_add_grob)
importFrom(gtable,gtable_add_rows)
importFrom(stats,na.omit)