-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
44 lines (43 loc) · 1.16 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
export(GeomSfInset)
export(PositionCircleRepel)
export(PositionCircleRepelSf)
export(StatAutomap)
export(StatAutomapCoords)
export(StatChoropleth)
export(StatGeoscatter)
export(StatSfCoordinatesInset)
export(StatSfInset)
export(configure_inset)
export(coord_automap)
export(crs_eqc)
export(geom_boundaries)
export(geom_centroids)
export(geom_choropleth)
export(geom_geoscatter)
export(geom_inset_frame)
export(geom_sf_inset)
export(geom_sf_label_inset)
export(geom_sf_text_inset)
export(position_circle_repel)
export(position_circle_repel_sf)
export(stat_automap)
export(stat_automap_coords)
export(stat_choropleth)
export(stat_geoscatter)
export(stat_sf_inset)
import(ggplot2)
import(sf)
import(vctrs)
importFrom(ggmapinset,GeomSfInset)
importFrom(ggmapinset,StatSfCoordinatesInset)
importFrom(ggmapinset,StatSfInset)
importFrom(ggmapinset,geom_inset_frame)
importFrom(ggmapinset,geom_sf_inset)
importFrom(ggmapinset,geom_sf_label_inset)
importFrom(ggmapinset,geom_sf_text_inset)
importFrom(ggmapinset,stat_sf_inset)
importFrom(packcircles,circleRepelLayout)
importFrom(rlang,.data)
importFrom(tidyr,unnest_wider)
importFrom(utils,modifyList)