-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
38 lines (37 loc) · 1.09 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
# Generated by roxygen2: do not edit by hand
S3method(central_point,shape_circle)
S3method(central_point,shape_rectangle)
S3method(central_point,shape_sf)
S3method(inset_viewport,inset_shape_circle)
S3method(inset_viewport,inset_shape_rectangle)
S3method(inset_viewport,inset_shape_sf)
S3method(make_frame,inset_shape_circle)
S3method(make_frame,inset_shape_rectangle)
S3method(make_frame,inset_shape_sf)
S3method(make_inset_config,"NULL")
S3method(make_inset_config,inset_config)
S3method(make_inset_config,list)
S3method(st_geometry,inset_shape_sf)
export(GeomSfInset)
export(StatSfCoordinatesInset)
export(StatSfInset)
export(build_sf_inset_layers)
export(configure_inset)
export(coord_sf_inset)
export(geom_inset_frame)
export(geom_sf_inset)
export(geom_sf_label_inset)
export(geom_sf_text_inset)
export(get_inset_config)
export(shape_circle)
export(shape_rectangle)
export(shape_sf)
export(stat_sf_coordinates_inset)
export(stat_sf_inset)
export(transform_to_inset)
import(ggplot2)
import(sf)
importFrom(lifecycle,deprecated)
importFrom(sf,st_geometry)
importFrom(utils,modifyList)
importFrom(vctrs,vec_slice)