-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
44 lines (43 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
S3method(as.grob,"function")
S3method(as.grob,"magick-image")
S3method(as.grob,Heatmap)
S3method(as.grob,aplot)
S3method(as.grob,bbplot)
S3method(as.grob,eulergram)
S3method(as.grob,expression)
S3method(as.grob,formula)
S3method(as.grob,gglist)
S3method(as.grob,ggplot)
S3method(as.grob,grob)
S3method(as.grob,meme)
S3method(as.grob,oncoplot)
S3method(as.grob,patchwork)
S3method(as.grob,pheatmap)
S3method(as.grob,trellis)
S3method(as.grob,upset)
S3method(grid.draw,"function")
S3method(grid.draw,expression)
S3method(grid.draw,formula)
export(as.ggplot)
export(as.grob)
export(base2grob)
export(grid2grob)
importFrom(ggplot2,aes_)
importFrom(ggplot2,annotation_custom)
importFrom(ggplot2,geom_blank)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme_void)
importFrom(grDevices,dev.list)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(graphics,par)
importFrom(grid,grid.draw)
importFrom(grid,grid.grabExpr)
importFrom(grid,rasterGrob)
importFrom(grid,viewport)
importFrom(gridGraphics,grid.echo)
importFrom(yulab.utils,get_fun_from_pkg)