-
Notifications
You must be signed in to change notification settings - Fork 34
/
NAMESPACE
72 lines (71 loc) · 1.83 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
68
69
70
71
72
# Generated by roxygen2: do not edit by hand
S3method(ggplot_add,bgimage)
export(as.ggplot)
export(as.grob)
export(autocomplete_name)
export(download_phylopic)
export(draw_key_image)
export(geom_bgimage)
export(geom_emoji)
export(geom_flag)
export(geom_icon)
export(geom_image)
export(geom_phylopic)
export(geom_pokemon)
export(geom_subview)
export(geom_twitchemote)
export(geom_worldcup2018)
export(ggbackground)
export(ggpreview)
export(image_read2)
export(list.flag)
export(list.icon)
export(list.pokemon)
export(list.worldcup2018)
export(phylopic_uid)
export(theme_nothing)
export(theme_transparent)
importFrom(ggfun,get_aes_var)
importFrom(ggplot2,"%+replace%")
importFrom(ggplot2,Geom)
importFrom(ggplot2,aes)
importFrom(ggplot2,aes_)
importFrom(ggplot2,annotation_custom)
importFrom(ggplot2,draw_key_blank)
importFrom(ggplot2,element_rect)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_add)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,last_plot)
importFrom(ggplot2,layer)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(ggplotify,as.ggplot)
importFrom(ggplotify,as.grob)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rgb)
importFrom(grid,gList)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.newpage)
importFrom(grid,pointsGrob)
importFrom(grid,rasterGrob)
importFrom(grid,rectGrob)
importFrom(grid,viewport)
importFrom(jsonlite,fromJSON)
importFrom(magick,image_convert)
importFrom(magick,image_info)
importFrom(magick,image_read)
importFrom(magick,image_read_pdf)
importFrom(magick,image_read_svg)
importFrom(magick,image_rotate)
importFrom(magick,image_transparent)
importFrom(methods,is)
importFrom(scales,alpha)
importFrom(tibble,as_tibble)
importFrom(tibble,tibble)
importFrom(tools,file_ext)
importFrom(utils,download.file)
importFrom(withr,with_seed)