-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
37 lines (36 loc) · 1002 Bytes
/
NAMESPACE
File metadata and controls
37 lines (36 loc) · 1002 Bytes
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
# Generated by roxygen2: do not edit by hand
export(compute_topology)
export(create_grid)
export(extract_raster_data)
export(find_hex_cell_size_for_target_cells)
export(get_utm_crs)
export(hex_circumradius_to_flat)
export(hex_edge_to_flat)
export(hex_flat_to_circumradius)
export(hex_flat_to_edge)
export(smooth_variables)
export(smooth_variables_r_fallback)
importFrom(Rcpp,evalCpp)
importFrom(exactextractr,exact_extract)
importFrom(sf,st_bbox)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_crop)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_geometry)
importFrom(sf,st_geometry_type)
importFrom(sf,st_intersection)
importFrom(sf,st_is_longlat)
importFrom(sf,st_make_grid)
importFrom(sf,st_sf)
importFrom(sf,st_touches)
importFrom(sf,st_transform)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,ncell)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,vect)
useDynLib(hexsmoothR, .registration = TRUE)