Distances on Directed Graphs in R
at main 71 lines 2.0 kB view raw
1# Generated by roxygen2: do not edit by hand 2 3S3method(summary,dodgr_dists_categorical) 4S3method(weight_streetnet,SC) 5S3method(weight_streetnet,default) 6S3method(weight_streetnet,sc) 7S3method(weight_streetnet,sf) 8export("%>%") 9export(add_nodes_to_graph) 10export(clear_dodgr_cache) 11export(compare_heaps) 12export(dodgr_cache_off) 13export(dodgr_cache_on) 14export(dodgr_centrality) 15export(dodgr_components) 16export(dodgr_contract_graph) 17export(dodgr_deduplicate_graph) 18export(dodgr_distances) 19export(dodgr_dists) 20export(dodgr_dists_categorical) 21export(dodgr_dists_nearest) 22export(dodgr_flowmap) 23export(dodgr_flows_aggregate) 24export(dodgr_flows_disperse) 25export(dodgr_flows_si) 26export(dodgr_full_cycles) 27export(dodgr_fundamental_cycles) 28export(dodgr_insert_vertex) 29export(dodgr_isochrones) 30export(dodgr_isodists) 31export(dodgr_isoverts) 32export(dodgr_load_streetnet) 33export(dodgr_paths) 34export(dodgr_sample) 35export(dodgr_save_streetnet) 36export(dodgr_sflines_to_poly) 37export(dodgr_streetnet) 38export(dodgr_streetnet_geodesic) 39export(dodgr_streetnet_sc) 40export(dodgr_times) 41export(dodgr_to_igraph) 42export(dodgr_to_sf) 43export(dodgr_to_sfc) 44export(dodgr_to_tidygraph) 45export(dodgr_uncontract_graph) 46export(dodgr_vertices) 47export(estimate_centrality_threshold) 48export(estimate_centrality_time) 49export(igraph_to_dodgr) 50export(match_points_to_graph) 51export(match_points_to_verts) 52export(match_pts_to_graph) 53export(match_pts_to_verts) 54export(merge_directed_graph) 55export(weight_railway) 56export(weight_streetnet) 57export(write_dodgr_wt_profile) 58importFrom(Rcpp,evalCpp) 59importFrom(RcppParallel,RcppParallelLibs) 60importFrom(grDevices,colorRampPalette) 61importFrom(graphics,plot) 62importFrom(magrittr,"%>%") 63importFrom(memoise,memoise) 64importFrom(methods,is) 65importFrom(osmdata,add_osm_feature) 66importFrom(osmdata,getbb) 67importFrom(osmdata,opq) 68importFrom(osmdata,osm_poly2line) 69importFrom(osmdata,osmdata_sf) 70importFrom(osmdata,trim_osmdata) 71useDynLib(dodgr, .registration = TRUE)