-
Notifications
You must be signed in to change notification settings - Fork 11
/
NAMESPACE
51 lines (50 loc) · 1.37 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
# Generated by roxygen2: do not edit by hand
S3method(geo_boundary_to_sf,list)
S3method(geo_boundary_to_sf,matrix)
S3method(geo_to_h3,data.frame)
S3method(geo_to_h3,matrix)
S3method(geo_to_h3,numeric)
S3method(geo_to_h3,sf)
S3method(geo_to_sf,matrix)
S3method(polyfill,matrix)
S3method(polyfill,sf)
S3method(polyfill,sfc_MULTIPOLYGON)
S3method(polyfill,sfc_POLYGON)
export("%>%")
export(compact)
export(edge_boundary_to_sf)
export(edge_length)
export(geo_boundary_to_sf)
export(geo_to_h3)
export(geo_to_sf)
export(get_destination_h3_index_from_unidirectional_edge)
export(get_h3_unidirectional_edge)
export(get_h3_unidirectional_edge_boundary)
export(get_h3_unidirectional_edge_boundary_sf)
export(get_h3_unidirectional_edges_from_hexagon)
export(get_origin_h3_index_from_unidirectional_edge)
export(h3_distance)
export(h3_get_base_cell)
export(h3_get_resolution)
export(h3_indexes_are_neighbors)
export(h3_is_pentagon)
export(h3_is_res_class_iii)
export(h3_is_valid)
export(h3_line)
export(h3_set_to_multi_polygon)
export(h3_to_children)
export(h3_to_geo)
export(h3_to_geo_boundary)
export(h3_to_geo_boundary_sf)
export(h3_to_geo_sf)
export(h3_to_parent)
export(h3_unidirectional_edge_is_valid)
export(hex_area)
export(hex_ring)
export(k_ring)
export(k_ring_distances)
export(num_hexagons)
export(polyfill)
importFrom(Rcpp,sourceCpp)
importFrom(magrittr,"%>%")
useDynLib(h3, .registration = TRUE)