-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
67 lines (66 loc) · 1.68 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
# Generated by roxygen2: do not edit by hand
S3method("<=",gglist)
S3method("[",aplot)
S3method("[<-",aplot)
S3method("[[",aplot)
S3method("[[<-",aplot)
S3method(ggplot_add,alab)
S3method(ggplot_add,axisAlign)
S3method(grid.draw,aplot)
S3method(grid.draw,gglist)
S3method(grid.draw,oncoplot)
S3method(print,aplot)
S3method(print,gglist)
export("%>%")
export(as.patchwork)
export(gglist)
export(gglistGrob)
export(ggrange)
export(ggsave)
export(insert_bottom)
export(insert_left)
export(insert_right)
export(insert_top)
export(plot_list)
export(xlab2)
export(xlim2)
export(xrange)
export(ylab2)
export(ylim2)
export(yrange)
importFrom(ggfun,ggbreak2ggplot)
importFrom(ggfun,ggrange)
importFrom(ggfun,is.ggbreak)
importFrom(ggfun,is.ggtree)
importFrom(ggfun,xrange)
importFrom(ggfun,yrange)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotation_custom)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggplot_add)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,is.ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_discrete)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,scale_y_discrete)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(ggplotify,as.ggplot)
importFrom(grid,grid.draw)
importFrom(grid,textGrob)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(patchwork,patchworkGrob)
importFrom(patchwork,plot_annotation)
importFrom(patchwork,plot_layout)
importFrom(patchwork,plot_spacer)
importFrom(utils,modifyList)