-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
95 lines (94 loc) · 2.56 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# Generated by roxygen2: do not edit by hand
S3method(flip_phylopic,Picture)
S3method(flip_phylopic,array)
S3method(plot,Picture)
S3method(plot,phylopic)
S3method(print,Picture)
S3method(print,phylopic)
S3method(recolor_phylopic,Picture)
S3method(recolor_phylopic,array)
S3method(rotate_phylopic,Picture)
S3method(rotate_phylopic,array)
export(add_phylopic)
export(add_phylopic_base)
export(add_phylopic_legend)
export(browse_phylopic)
export(flip_phylopic)
export(geom_phylopic)
export(get_attribution)
export(get_phylopic)
export(get_uuid)
export(phylopic_key_glyph)
export(pick_phylopic)
export(recolor_phylopic)
export(resolve_phylopic)
export(rotate_phylopic)
export(save_phylopic)
export(scale_height_continuous)
export(scale_width_continuous)
importFrom(curl,nslookup)
importFrom(ggplot2,Geom)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,continuous_scale)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,element_text)
importFrom(ggplot2,expansion)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,ggproto_parent)
importFrom(ggplot2,layer)
importFrom(ggplot2,remove_missing)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,waiver)
importFrom(grDevices,bmp)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.off)
importFrom(grDevices,jpeg)
importFrom(grDevices,pdf)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(grDevices,svg)
importFrom(grDevices,tiff)
importFrom(grImport2,applyTransform)
importFrom(grImport2,grid.picture)
importFrom(grImport2,pictureGrob)
importFrom(grImport2,readPicture)
importFrom(graphics,grconvertX)
importFrom(graphics,grconvertY)
importFrom(graphics,legend)
importFrom(graphics,par)
importFrom(grid,gList)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,grid.newpage)
importFrom(grid,grid.raster)
importFrom(grid,grid.text)
importFrom(grid,grobName)
importFrom(grid,nullGrob)
importFrom(grid,rasterGrob)
importFrom(grid,unit)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(knitr,combine_words)
importFrom(lifecycle,deprecated)
importFrom(methods,is)
importFrom(methods,slotNames)
importFrom(pbapply,pblapply)
importFrom(png,readPNG)
importFrom(rsvg,rsvg_png)
importFrom(rsvg,rsvg_svg)
importFrom(scales,pal_area)
importFrom(stats,setNames)
importFrom(utils,URLdecode)
importFrom(utils,URLencode)
importFrom(utils,browseURL)
importFrom(utils,menu)
importFrom(utils,packageDescription)
importFrom(utils,packageVersion)