-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
93 lines (92 loc) · 2.36 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
87
88
89
90
91
92
93
# Generated by roxygen2: do not edit by hand
export(extract_at)
export(kernelfunction)
export(par_convert_f)
export(par_grid)
export(par_grid_mirai)
export(par_hierarchy)
export(par_hierarchy_mirai)
export(par_merge_grid)
export(par_multirasters)
export(par_multirasters_mirai)
export(par_pad_balanced)
export(par_pad_grid)
export(par_split_list)
export(summarize_aw)
export(summarize_sedc)
exportMethods("[")
exportMethods(extract_at)
exportMethods(summarize_aw)
importFrom(anticlust,balanced_clustering)
importFrom(cli,cli_abort)
importFrom(cli,cli_alert_info)
importFrom(cli,cli_inform)
importFrom(cli,cli_warn)
importFrom(collapse,rowbind)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,all_of)
importFrom(dplyr,as_tibble)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(dplyr,where)
importFrom(future.apply,future_lapply)
importFrom(igraph,components)
importFrom(igraph,graph_from_edgelist)
importFrom(igraph,mst)
importFrom(lifecycle,deprecated)
importFrom(methods,findFunction)
importFrom(methods,getPackageName)
importFrom(mirai,mirai_map)
importFrom(rlang,"!!!")
importFrom(rlang,inject)
importFrom(rlang,sym)
importFrom(sf,sf_use_s2)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_as_sfc)
importFrom(sf,st_as_text)
importFrom(sf,st_bbox)
importFrom(sf,st_cast)
importFrom(sf,st_centroid)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_geometry_type)
importFrom(sf,st_interpolate_aw)
importFrom(sf,st_intersects)
importFrom(sf,st_length)
importFrom(sf,st_make_grid)
importFrom(sf,st_read)
importFrom(sf,st_relate)
importFrom(sf,st_set_crs)
importFrom(sf,st_transform)
importFrom(sf,st_zm)
importFrom(stars,st_as_stars)
importFrom(stats,dist)
importFrom(stats,quantile)
importFrom(stats,setNames)
importFrom(stats,var)
importFrom(stats,weighted.mean)
importFrom(terra,area)
importFrom(terra,as.polygons)
importFrom(terra,buffer)
importFrom(terra,crds)
importFrom(terra,crs)
importFrom(terra,distance)
importFrom(terra,expanse)
importFrom(terra,ext)
importFrom(terra,geom)
importFrom(terra,geomtype)
importFrom(terra,intersect)
importFrom(terra,nearby)
importFrom(terra,project)
importFrom(terra,rast)
importFrom(terra,set.crs)
importFrom(terra,vect)
importFrom(utils,combn)
importFrom(utils,find)
importFrom(utils,packageVersion)