-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
47 lines (46 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
S3method(as.character,grid)
S3method(format,grid_100m)
S3method(format,grid_10km)
S3method(format,grid_125m)
S3method(format,grid_1km)
S3method(format,grid_250m)
S3method(format,grid_500m)
S3method(format,grid_80km)
S3method(plot,grid)
S3method(st_as_sfc,grid)
S3method(st_as_stars,grid)
S3method(st_bbox,grid)
S3method(vec_ptype_abbr,grid_100m)
S3method(vec_ptype_abbr,grid_10km)
S3method(vec_ptype_abbr,grid_125m)
S3method(vec_ptype_abbr,grid_1km)
S3method(vec_ptype_abbr,grid_250m)
S3method(vec_ptype_abbr,grid_500m)
S3method(vec_ptype_abbr,grid_80km)
export(bbox_to_grid)
export(coords_to_grid)
export(geometry_to_grid)
export(grid_as_sf)
export(grid_as_stars)
export(grid_components)
export(grid_convert)
export(grid_distance)
export(grid_line)
export(grid_move)
export(grid_neighbor)
export(grid_neighborhood)
export(grid_subdivide)
export(grid_to_coords)
export(is_grid)
export(parse_grid)
import(rlang)
import(vctrs)
importFrom(cli,cli_abort)
importFrom(cli,cli_inform)
importFrom(cli,cli_vec)
importFrom(lifecycle,deprecated)
importFrom(pillar,tbl_sum)
importFrom(sf,st_as_sfc)
importFrom(sf,st_bbox)
importFrom(stars,st_as_stars)