-
Notifications
You must be signed in to change notification settings - Fork 9
/
NAMESPACE
36 lines (35 loc) · 872 Bytes
/
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
# Generated by roxygen2: do not edit by hand
export(ar_tessellate)
export(ar_validate)
export(aw_aggregate)
export(aw_calculate)
export(aw_interpolate)
export(aw_intersect)
export(aw_preview_weights)
export(aw_total)
export(aw_verify)
export(aw_weight)
importFrom(dplyr,"%>%")
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(glue,glue)
importFrom(rlang,":=")
importFrom(rlang,enquo)
importFrom(rlang,quo)
importFrom(rlang,quo_name)
importFrom(rlang,sym)
importFrom(sf,st_area)
importFrom(sf,st_collection_extract)
importFrom(sf,st_crs)
importFrom(sf,st_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_is_longlat)
importFrom(sf,st_make_grid)
importFrom(sf,st_sf)
importFrom(sf,st_union)