-
Notifications
You must be signed in to change notification settings - Fork 45
/
NAMESPACE
47 lines (46 loc) · 1.25 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
# Generated by roxygen2: do not edit by hand
S3method(ggplot_add,facet_geo_spec)
S3method(plot,facet_geo)
S3method(print,facet_geo)
export(attach_spdf)
export(facet_geo)
export(get_geofacet_grob)
export(get_grid_names)
export(get_ne_data)
export(grid_auto)
export(grid_design)
export(grid_preview)
export(grid_submit)
importFrom(geogrid,assign_polygons)
importFrom(geogrid,calculate_grid)
importFrom(ggplot2,"%+%")
importFrom(ggplot2,aes)
importFrom(ggplot2,coord_equal)
importFrom(ggplot2,fortify)
importFrom(ggplot2,geom_polygon)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,geom_text)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggplot_add)
importFrom(ggplot2,guides)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylim)
importFrom(ggrepel,geom_text_repel)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(graphics,plot)
importFrom(gridExtra,grid.arrange)
importFrom(gtable,gtable_filter)
importFrom(imguR,upload_image)
importFrom(methods,as)
importFrom(rlang,.data)
importFrom(rnaturalearth,ne_countries)
importFrom(rnaturalearth,ne_states)
importFrom(sp,CRS)
importFrom(sp,coordinates)
importFrom(utils,URLencode)
importFrom(utils,browseURL)
importFrom(utils,read.csv)
importFrom(utils,tail)
importFrom(utils,write.csv)