-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
134 lines (133 loc) · 3.45 KB
/
NAMESPACE
File metadata and controls
134 lines (133 loc) · 3.45 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
# Generated by roxygen2: do not edit by hand
S3method(as_sf,HexData)
S3method(as_sf,default)
export(as_dggrid)
export(as_sf)
export(as_tibble.HexData)
export(cell_area)
export(cell_to_index)
export(cell_to_lonlat)
export(cell_to_sf)
export(cells)
export(dg_closest_res_to_area)
export(dgearthstat)
export(dggrid_43h_sequence)
export(dggrid_is_compatible)
export(dgverify)
export(from_dggrid)
export(get_children)
export(get_neighbors)
export(get_parent)
export(globe_centers)
export(grid_clip)
export(grid_global)
export(grid_info)
export(grid_rect)
export(h3_crosswalk)
export(hex_browse)
export(hex_compact)
export(hex_corners_to_sf)
export(hex_distance)
export(hex_extract)
export(hex_grid)
export(hex_summarize)
export(hex_uncompact)
export(hex_zonal)
export(hexify)
export(hexify_area_to_eff_res)
export(hexify_assign)
export(hexify_build_icosa)
export(hexify_cell_id_to_quad_ij)
export(hexify_cell_to_icosa_tri)
export(hexify_cell_to_index)
export(hexify_cell_to_lonlat)
export(hexify_cell_to_plane)
export(hexify_cell_to_quad_ij)
export(hexify_cell_to_quad_xy)
export(hexify_cell_to_sf)
export(hexify_compare_indices)
export(hexify_compare_resolutions)
export(hexify_default_index_type)
export(hexify_eff_res_to_area)
export(hexify_eff_res_to_resolution)
export(hexify_face_centers)
export(hexify_forward)
export(hexify_forward_to_face)
export(hexify_get_children)
export(hexify_get_parent)
export(hexify_get_precision)
export(hexify_get_resolution)
export(hexify_grid)
export(hexify_grid_cell_to_lonlat)
export(hexify_grid_global)
export(hexify_grid_rect)
export(hexify_grid_to_cell)
export(hexify_heatmap)
export(hexify_icosa_tri_to_plane)
export(hexify_icosa_tri_to_quad_ij)
export(hexify_icosa_tri_to_quad_xy)
export(hexify_index_to_cell)
export(hexify_index_to_lonlat)
export(hexify_inverse)
export(hexify_is_valid_index_type)
export(hexify_lonlat_to_cell)
export(hexify_lonlat_to_index)
export(hexify_lonlat_to_plane)
export(hexify_lonlat_to_quad_ij)
export(hexify_projection_stats)
export(hexify_quad_ij_to_cell)
export(hexify_quad_ij_to_icosa_tri)
export(hexify_quad_ij_to_xy)
export(hexify_quad_xy_to_cell)
export(hexify_quad_xy_to_icosa_tri)
export(hexify_resolution_to_eff_res)
export(hexify_roundtrip_test)
export(hexify_set_precision)
export(hexify_set_verbose)
export(hexify_which_face)
export(hexify_z7_canonical)
export(import_h3)
export(is_hex_data)
export(is_hex_grid)
export(is_pentagon)
export(lonlat_to_cell)
export(n_cells)
export(plot_globe)
export(plot_grid)
export(plot_world)
exportClasses(HexData)
exportClasses(HexGridInfo)
exportMethods("$")
exportMethods("$<-")
exportMethods("[")
exportMethods("[[")
exportMethods("[[<-")
exportMethods(as.data.frame)
exportMethods(as.list)
exportMethods(cells)
exportMethods(dim)
exportMethods(grid_info)
exportMethods(n_cells)
exportMethods(names)
exportMethods(ncol)
exportMethods(nrow)
exportMethods(plot)
exportMethods(show)
import(methods)
importFrom(Rcpp,sourceCpp)
importFrom(grDevices,adjustcolor)
importFrom(graphics,points)
importFrom(graphics,polygon)
importFrom(methods,as)
importFrom(methods,is)
importFrom(methods,new)
importFrom(methods,setClass)
importFrom(methods,setGeneric)
importFrom(methods,setMethod)
importFrom(methods,setValidity)
importFrom(methods,slot)
importFrom(methods,slotNames)
importFrom(methods,validObject)
importFrom(rlang,.data)
importFrom(utils,head)
useDynLib(hexify, .registration = TRUE)