-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
49 lines (48 loc) · 1.3 KB
/
NAMESPACE
File metadata and controls
49 lines (48 loc) · 1.3 KB
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
# Generated by roxygen2: do not edit by hand
export(anime_join)
export(calculate_largest_component)
export(calculate_paths_from_point_dist)
export(coherent_network_group)
export(cohesive_network_prep)
export(corenet)
export(create_coherent_network_PMtiles)
export(prepare_network)
export(removeDangles)
importFrom(anime,anime)
importFrom(anime,get_matches)
importFrom(dplyr,any_of)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,group_modify)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(grDevices,dev.off)
importFrom(grDevices,png)
importFrom(grDevices,rgb)
importFrom(graphics,identify)
importFrom(graphics,legend)
importFrom(igraph,E)
importFrom(igraph,as.igraph)
importFrom(igraph,distances)
importFrom(purrr,reduce)
importFrom(rlang,expr)
importFrom(rlang,sym)
importFrom(rlang,syms)
importFrom(sf,st_area)
importFrom(sf,st_as_sf)
importFrom(sf,st_buffer)
importFrom(sf,st_cast)
importFrom(sf,st_coordinates)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_length)
importFrom(sf,st_line_sample)
importFrom(sf,st_nearest_feature)
importFrom(sf,st_union)
importFrom(sfnetworks,activate)
importFrom(sfnetworks,as_sfnetwork)
importFrom(stats,weighted.mean)