-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
86 lines (85 loc) · 1.94 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
86
# Generated by roxygen2: do not edit by hand
S3method(as.data.table,sf)
S3method(check_rast_vals,array)
S3method(check_rast_vals,matrix)
S3method(mat2vec,array)
S3method(st_dissolve,character)
S3method(st_dissolve,sf)
export("array<-")
export(as_rast)
export(check_rast_vals)
export(df2sf)
export(fix_lon)
export(get_RegionalMean)
export(get_RegionalMeans)
export(get_crs)
export(get_grid)
export(get_grid.lonlat)
export(guess_network)
export(index_mat2vec)
export(make_grid)
export(make_rast)
export(mat2vec)
export(overlap_fraction)
export(plot)
export(rast)
export(rast2SpatialGrid)
export(rast2colormap)
export(rast2poly)
export(rast_array)
export(rast_cellId)
export(rast_df)
export(rast_dim)
export(rdist.earth)
export(read_polyline)
export(res)
export(shp_contains)
export(st_area2)
export(st_clip)
export(st_coord)
export(st_dissolve)
export(st_extractId)
export(st_range)
export(st_read)
export(st_rect)
export(st_write)
export(value2colormap)
export(write_shp)
import(sf)
importFrom(data.table,as.data.table)
importFrom(data.table,fread)
importFrom(data.table,is.data.table)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(graphics,grid)
importFrom(magrittr,`%<>%`)
importFrom(magrittr,`%>%`)
importFrom(magrittr,set_colnames)
importFrom(magrittr,set_names)
importFrom(magrittr,set_rownames)
importFrom(magrittr,subtract)
importFrom(methods,as)
importFrom(purrr,is_empty)
importFrom(sf,as_Spatial)
importFrom(sf,read_sf)
importFrom(sf,st_area)
importFrom(sf,st_contains)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_geometry)
importFrom(sf,st_read)
importFrom(sf,st_within)
importFrom(sf,st_write)
importFrom(stats,median)
importFrom(stats,setNames)
importFrom(terra,`values<-`)
importFrom(terra,as.array)
importFrom(terra,cellSize)
importFrom(terra,ext)
importFrom(terra,plot)
importFrom(terra,rast)
importFrom(terra,res)
importFrom(terra,resample)
importFrom(terra,values)