-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathNAMESPACE
166 lines (165 loc) · 4.6 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
# Generated by roxygen2: do not edit by hand
S3method(gggeo_scale,geo_scale)
S3method(gggeo_scale,ggplot)
S3method(gggeo_scale,gtable)
S3method(print,geo_scale)
S3method(print,ggarrange2)
export(CoordGeo)
export(CoordGeoPolar)
export(CoordGeoRadial)
export(CoordTransFlip)
export(CoordTransXY)
export(FacetGridColor)
export(FacetNestedColor)
export(FacetNestedWrapColor)
export(FacetWrapColor)
export(GuideGeo)
export(coord_geo)
export(coord_geo_polar)
export(coord_geo_radial)
export(coord_trans_flip)
export(coord_trans_xy)
export(disparity_through_time)
export(facet_grid_color)
export(facet_nested_color)
export(facet_nested_wrap_color)
export(facet_wrap_color)
export(geo_grob)
export(geo_pattern)
export(geom_phylomorpho)
export(geom_points_range)
export(geom_text_phylo)
export(getScaleData)
export(get_scale_data)
export(ggarrange2)
export(gggeo_scale)
export(gggeo_scale_old)
export(grid.pattern_geo)
export(gtable_frame2)
export(guide_geo)
export(panel.disparity)
export(scale_color_geo)
export(scale_colour_geo)
export(scale_discrete_geo)
export(scale_fill_geo)
export(scale_fill_geopattern)
export(stat_points_range)
import(deeptimedata)
import(grImport2)
import(rlang)
import(scales)
importFrom(curl,nslookup)
importFrom(ggfittext,geom_fit_text)
importFrom(ggforce,linear_trans)
importFrom(ggh4x,FacetNested)
importFrom(ggh4x,FacetNestedWrap)
importFrom(ggh4x,strip_nested)
importFrom(ggplot2,CoordCartesian)
importFrom(ggplot2,CoordFlip)
importFrom(ggplot2,CoordPolar)
importFrom(ggplot2,CoordRadial)
importFrom(ggplot2,CoordTrans)
importFrom(ggplot2,FacetGrid)
importFrom(ggplot2,FacetWrap)
importFrom(ggplot2,Geom)
importFrom(ggplot2,GeomLinerange)
importFrom(ggplot2,GeomPoint)
importFrom(ggplot2,GeomText)
importFrom(ggplot2,GuideAxis)
importFrom(ggplot2,ScaleDiscrete)
importFrom(ggplot2,Stat)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,calc_element)
importFrom(ggplot2,coord_cartesian)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,coord_radial)
importFrom(ggplot2,coord_trans)
importFrom(ggplot2,discrete_scale)
importFrom(ggplot2,draw_key_pointrange)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_line)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplotGrob)
importFrom(ggplot2,ggplot_build)
importFrom(ggplot2,ggproto)
importFrom(ggplot2,ggproto_parent)
importFrom(ggplot2,has_flipped_aes)
importFrom(ggplot2,last_plot)
importFrom(ggplot2,layer)
importFrom(ggplot2,new_guide)
importFrom(ggplot2,position_nudge)
importFrom(ggplot2,scale_color_identity)
importFrom(ggplot2,scale_fill_identity)
importFrom(ggplot2,scale_fill_manual)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_x_reverse)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,set_last_plot)
importFrom(ggplot2,standardise_aes_names)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,transform_position)
importFrom(ggplot2,waiver)
importFrom(ggplot2,xlim)
importFrom(ggplot2,zeroGrob)
importFrom(grDevices,col2rgb)
importFrom(grDevices,dev.interactive)
importFrom(grDevices,dev.new)
importFrom(grDevices,n2mfrow)
importFrom(grid,addGrob)
importFrom(grid,editGrob)
importFrom(grid,gList)
importFrom(grid,gPath)
importFrom(grid,gTree)
importFrom(grid,gpar)
importFrom(grid,grid.draw)
importFrom(grid,grid.ls)
importFrom(grid,grid.newpage)
importFrom(grid,grid.polygon)
importFrom(grid,grobHeight)
importFrom(grid,grobName)
importFrom(grid,grobWidth)
importFrom(grid,is.grob)
importFrom(grid,is.unit)
importFrom(grid,nullGrob)
importFrom(grid,pattern)
importFrom(grid,rectGrob)
importFrom(grid,reorderGrob)
importFrom(grid,textGrob)
importFrom(grid,unit)
importFrom(grid,unit.c)
importFrom(grid,viewport)
importFrom(gridExtra,gtable_cbind)
importFrom(gridExtra,gtable_rbind)
importFrom(gtable,gtable)
importFrom(gtable,gtable_add_cols)
importFrom(gtable,gtable_add_grob)
importFrom(gtable,gtable_add_padding)
importFrom(gtable,gtable_add_rows)
importFrom(gtable,gtable_col)
importFrom(gtable,gtable_filter)
importFrom(gtable,gtable_height)
importFrom(gtable,gtable_matrix)
importFrom(gtable,gtable_row)
importFrom(gtable,gtable_width)
importFrom(lattice,panel.cloud)
importFrom(lattice,panel.wireframe)
importFrom(lattice,wireframe)
importFrom(lifecycle,deprecated)
importFrom(methods,is)
importFrom(rlang,"%||%")
importFrom(rlang,":=")
importFrom(rlang,arg_match0)
importFrom(rlang,exec)
importFrom(rlang,is_function)
importFrom(scales,rescale)
importFrom(scales,squish_infinite)
importFrom(scales,transform_identity)
importFrom(stats,setNames)
importFrom(utils,modifyList)
importFrom(utils,read.csv)