-
Notifications
You must be signed in to change notification settings - Fork 16
/
NAMESPACE
70 lines (69 loc) · 1.88 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
# Generated by roxygen2: do not edit by hand
S3method(summary,dodgr_dists_categorical)
S3method(weight_streetnet,SC)
S3method(weight_streetnet,default)
S3method(weight_streetnet,sc)
S3method(weight_streetnet,sf)
export("%>%")
export(add_nodes_to_graph)
export(clear_dodgr_cache)
export(compare_heaps)
export(dodgr_cache_off)
export(dodgr_cache_on)
export(dodgr_centrality)
export(dodgr_components)
export(dodgr_contract_graph)
export(dodgr_deduplicate_graph)
export(dodgr_distances)
export(dodgr_dists)
export(dodgr_dists_categorical)
export(dodgr_dists_nearest)
export(dodgr_flowmap)
export(dodgr_flows_aggregate)
export(dodgr_flows_disperse)
export(dodgr_flows_si)
export(dodgr_full_cycles)
export(dodgr_fundamental_cycles)
export(dodgr_insert_vertex)
export(dodgr_isochrones)
export(dodgr_isodists)
export(dodgr_isoverts)
export(dodgr_load_streetnet)
export(dodgr_paths)
export(dodgr_sample)
export(dodgr_save_streetnet)
export(dodgr_sflines_to_poly)
export(dodgr_streetnet)
export(dodgr_streetnet_sc)
export(dodgr_times)
export(dodgr_to_igraph)
export(dodgr_to_sf)
export(dodgr_to_sfc)
export(dodgr_to_tidygraph)
export(dodgr_uncontract_graph)
export(dodgr_vertices)
export(estimate_centrality_threshold)
export(estimate_centrality_time)
export(igraph_to_dodgr)
export(match_points_to_graph)
export(match_points_to_verts)
export(match_pts_to_graph)
export(match_pts_to_verts)
export(merge_directed_graph)
export(weight_railway)
export(weight_streetnet)
export(write_dodgr_wt_profile)
importFrom(Rcpp,evalCpp)
importFrom(RcppParallel,RcppParallelLibs)
importFrom(grDevices,colorRampPalette)
importFrom(graphics,plot)
importFrom(magrittr,"%>%")
importFrom(memoise,memoise)
importFrom(methods,is)
importFrom(osmdata,add_osm_feature)
importFrom(osmdata,getbb)
importFrom(osmdata,opq)
importFrom(osmdata,osm_poly2line)
importFrom(osmdata,osmdata_sf)
importFrom(osmdata,trim_osmdata)
useDynLib(dodgr, .registration = TRUE)