-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathNAMESPACE
85 lines (84 loc) · 1.96 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Generated by roxygen2: do not edit by hand
S3method(cell_to_line,character)
S3method(cell_to_line,data.frame)
S3method(cell_to_line,list)
S3method(prep_for_polyfill,sf)
S3method(prep_for_polyfill,sfc)
S3method(prep_for_polyfill,sfg)
S3method(prep_for_pt2cell,data.frame)
S3method(prep_for_pt2cell,matrix)
S3method(prep_for_pt2cell,numeric)
S3method(prep_for_pt2cell,sf)
S3method(prep_for_pt2cell,sfc)
S3method(prep_for_pt2cell,sfg)
export(are_neighbours)
export(cell_area)
export(cell_to_childpos)
export(cell_to_children_size)
export(cell_to_line)
export(cell_to_point)
export(cell_to_polygon)
export(cell_to_splitlong)
export(cells_to_multipolygon)
export(childpos_to_cell)
export(compact)
export(degs_to_rads)
export(edge_length)
export(get_base_cell)
export(get_cell_vertex)
export(get_cell_vertexes)
export(get_centerchild)
export(get_children)
export(get_disk)
export(get_disk_list)
export(get_faces)
export(get_gcdist)
export(get_local_cell)
export(get_local_ij)
export(get_parent)
export(get_pentagons)
export(get_res)
export(get_res0)
export(get_ring)
export(get_uddest)
export(get_udedge)
export(get_udedges)
export(get_udends)
export(get_udorigin)
export(grid_distance)
export(grid_path)
export(is_pentagon)
export(is_rc3)
export(is_valid)
export(is_valid_edge)
export(is_valid_vertex)
export(num_cells)
export(point_to_cell)
export(polygon_to_cells)
export(rads_to_degs)
export(res_area)
export(res_cendist)
export(res_length)
export(splitlong_to_cell)
export(udedge_to_line)
export(uncompact)
export(vertex_to_point)
import(V8)
importFrom(geojsonsf,geojson_sf)
importFrom(geojsonsf,sf_geojson)
importFrom(methods,is)
importFrom(sf,st_area)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_is_valid)
importFrom(sf,st_linestring)
importFrom(sf,st_polygon)
importFrom(sf,st_set_crs)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(tidyr,spread)
importFrom(utils,data)