-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
53 lines (52 loc) · 1.19 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
# Generated by roxygen2: do not edit by hand
S3method("$",H3DEdge)
S3method("[[",H3)
S3method("[[",H3DEdge)
S3method("[[",H3Edge)
S3method(as.character,H3)
S3method(as.character,H3Edge)
S3method(format,H3)
S3method(format,H3Edge)
S3method(plot,H3)
S3method(unique,H3)
export(compact_cells)
export(flatten_edges)
export(flatten_h3)
export(get_children)
export(get_children_at)
export(get_children_center)
export(get_children_count)
export(get_children_position)
export(get_face_count)
export(get_parents)
export(grid_disk)
export(grid_distance)
export(grid_distances)
export(grid_local_ij)
export(grid_path_cells)
export(grid_path_cells_size)
export(grid_ring)
export(h3_base_cell)
export(h3_edge_cells)
export(h3_edge_destination)
export(h3_edge_origin)
export(h3_edges)
export(h3_edges_from_strings)
export(h3_from_points)
export(h3_from_strings)
export(h3_from_xy)
export(h3_resolution)
export(h3_shared_edge_pairwise)
export(h3_shared_edge_sparse)
export(h3_to_points)
export(h3_to_vertexes)
export(is_edge)
export(is_h3)
export(is_nb_pairwise)
export(is_nb_sparse)
export(is_res_class_iii)
export(is_valid_edge)
export(is_valid_h3)
export(sfc_to_cells)
export(uncompact_cells)
useDynLib(h3o, .registration = TRUE)