diff --git a/DESCRIPTION b/DESCRIPTION index 88a00759..d5271147 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dodgr Title: Distances on Directed Graphs -Version: 0.4.3.022 +Version: 0.4.3.023 Authors@R: c( person("Mark", "Padgham", , "mark.padgham@email.com", role = c("aut", "cre")), person("Andreas", "Petutschnig", role = "aut"), @@ -63,5 +63,5 @@ Encoding: UTF-8 LazyData: true NeedsCompilation: yes Roxygen: list(markdown = TRUE) -RoxygenNote: 7.3.2 SystemRequirements: GNU make +Config/roxygen2/version: 8.0.0 diff --git a/codemeta.json b/codemeta.json index 1e93fe7e..5eb7f5b4 100644 --- a/codemeta.json +++ b/codemeta.json @@ -11,7 +11,7 @@ "codeRepository": "https://github.com/UrbanAnalyst/dodgr", "issueTracker": "https://github.com/UrbanAnalyst/dodgr/issues", "license": "https://spdx.org/licenses/GPL-3.0", - "version": "0.4.3.022", + "version": "0.4.3.023", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/man/add_nodes_to_graph.Rd b/man/add_nodes_to_graph.Rd index 6636177d..c3f267e3 100644 --- a/man/add_nodes_to_graph.Rd +++ b/man/add_nodes_to_graph.Rd @@ -58,10 +58,10 @@ graph <- add_nodes_to_graph (graph, xy) dim (graph) # more edges than original } \seealso{ -Other match: -\code{\link{match_points_to_graph}()}, -\code{\link{match_points_to_verts}()}, -\code{\link{match_pts_to_graph}()}, -\code{\link{match_pts_to_verts}()} +Other match: +\code{\link[=match_points_to_graph]{match_points_to_graph()}}, +\code{\link[=match_points_to_verts]{match_points_to_verts()}}, +\code{\link[=match_pts_to_graph]{match_pts_to_graph()}}, +\code{\link[=match_pts_to_verts]{match_pts_to_verts()}} } \concept{match} diff --git a/man/clear_dodgr_cache.Rd b/man/clear_dodgr_cache.Rd index cd8d8d32..72fa619d 100644 --- a/man/clear_dodgr_cache.Rd +++ b/man/clear_dodgr_cache.Rd @@ -25,10 +25,10 @@ clear_dodgr_cache () graph <- weight_streetnet (hampi, wt_profile = "foot") } \seealso{ -Other cache: -\code{\link{dodgr_cache_off}()}, -\code{\link{dodgr_cache_on}()}, -\code{\link{dodgr_load_streetnet}()}, -\code{\link{dodgr_save_streetnet}()} +Other cache: +\code{\link[=dodgr_cache_off]{dodgr_cache_off()}}, +\code{\link[=dodgr_cache_on]{dodgr_cache_on()}}, +\code{\link[=dodgr_load_streetnet]{dodgr_load_streetnet()}}, +\code{\link[=dodgr_save_streetnet]{dodgr_save_streetnet()}} } \concept{cache} diff --git a/man/compare_heaps.Rd b/man/compare_heaps.Rd index 2ff34c9f..86cdce04 100644 --- a/man/compare_heaps.Rd +++ b/man/compare_heaps.Rd @@ -32,16 +32,16 @@ compare_heaps (graph, nverts = 1000, replications = 1) } } \seealso{ -Other misc: -\code{\link{dodgr_flowmap}()}, -\code{\link{dodgr_full_cycles}()}, -\code{\link{dodgr_fundamental_cycles}()}, -\code{\link{dodgr_insert_vertex}()}, -\code{\link{dodgr_sample}()}, -\code{\link{dodgr_sflines_to_poly}()}, -\code{\link{dodgr_vertices}()}, -\code{\link{merge_directed_graph}()}, -\code{\link{summary.dodgr_dists_categorical}()}, -\code{\link{write_dodgr_wt_profile}()} +Other misc: +\code{\link[=dodgr_flowmap]{dodgr_flowmap()}}, +\code{\link[=dodgr_full_cycles]{dodgr_full_cycles()}}, +\code{\link[=dodgr_fundamental_cycles]{dodgr_fundamental_cycles()}}, +\code{\link[=dodgr_insert_vertex]{dodgr_insert_vertex()}}, +\code{\link[=dodgr_sample]{dodgr_sample()}}, +\code{\link[=dodgr_sflines_to_poly]{dodgr_sflines_to_poly()}}, +\code{\link[=dodgr_vertices]{dodgr_vertices()}}, +\code{\link[=merge_directed_graph]{merge_directed_graph()}}, +\code{\link[=summary.dodgr_dists_categorical]{summary.dodgr_dists_categorical()}}, +\code{\link[=write_dodgr_wt_profile]{write_dodgr_wt_profile()}} } \concept{misc} diff --git a/man/dodgr.Rd b/man/dodgr.Rd index 2b630b45..21086ea6 100644 --- a/man/dodgr.Rd +++ b/man/dodgr.Rd @@ -68,6 +68,7 @@ Useful links: Authors: \itemize{ + \item Mark Padgham \email{mark.padgham@email.com} \item Andreas Petutschnig \item David Cooley } diff --git a/man/dodgr_cache_off.Rd b/man/dodgr_cache_off.Rd index f2aecec6..28a3c574 100644 --- a/man/dodgr_cache_off.Rd +++ b/man/dodgr_cache_off.Rd @@ -19,10 +19,10 @@ dodgr_cache_off () graph <- weight_streetnet (hampi, wt_profile = "foot") } \seealso{ -Other cache: -\code{\link{clear_dodgr_cache}()}, -\code{\link{dodgr_cache_on}()}, -\code{\link{dodgr_load_streetnet}()}, -\code{\link{dodgr_save_streetnet}()} +Other cache: +\code{\link[=clear_dodgr_cache]{clear_dodgr_cache()}}, +\code{\link[=dodgr_cache_on]{dodgr_cache_on()}}, +\code{\link[=dodgr_load_streetnet]{dodgr_load_streetnet()}}, +\code{\link[=dodgr_save_streetnet]{dodgr_save_streetnet()}} } \concept{cache} diff --git a/man/dodgr_cache_on.Rd b/man/dodgr_cache_on.Rd index f322aa17..89cd746b 100644 --- a/man/dodgr_cache_on.Rd +++ b/man/dodgr_cache_on.Rd @@ -19,10 +19,10 @@ dodgr_cache_on () graph <- weight_streetnet (hampi, wt_profile = "foot") } \seealso{ -Other cache: -\code{\link{clear_dodgr_cache}()}, -\code{\link{dodgr_cache_off}()}, -\code{\link{dodgr_load_streetnet}()}, -\code{\link{dodgr_save_streetnet}()} +Other cache: +\code{\link[=clear_dodgr_cache]{clear_dodgr_cache()}}, +\code{\link[=dodgr_cache_off]{dodgr_cache_off()}}, +\code{\link[=dodgr_load_streetnet]{dodgr_load_streetnet()}}, +\code{\link[=dodgr_save_streetnet]{dodgr_save_streetnet()}} } \concept{cache} diff --git a/man/dodgr_centrality.Rd b/man/dodgr_centrality.Rd index bb5e00be..db815a63 100644 --- a/man/dodgr_centrality.Rd +++ b/man/dodgr_centrality.Rd @@ -141,8 +141,8 @@ plot (graph_sf ["centrality"]) } \seealso{ -Other centrality: -\code{\link{estimate_centrality_threshold}()}, -\code{\link{estimate_centrality_time}()} +Other centrality: +\code{\link[=estimate_centrality_threshold]{estimate_centrality_threshold()}}, +\code{\link[=estimate_centrality_time]{estimate_centrality_time()}} } \concept{centrality} diff --git a/man/dodgr_components.Rd b/man/dodgr_components.Rd index cdb9b646..6430a0e7 100644 --- a/man/dodgr_components.Rd +++ b/man/dodgr_components.Rd @@ -22,8 +22,8 @@ graph <- weight_streetnet (hampi) graph <- dodgr_components (graph) } \seealso{ -Other modification: -\code{\link{dodgr_contract_graph}()}, -\code{\link{dodgr_uncontract_graph}()} +Other modification: +\code{\link[=dodgr_contract_graph]{dodgr_contract_graph()}}, +\code{\link[=dodgr_uncontract_graph]{dodgr_uncontract_graph()}} } \concept{modification} diff --git a/man/dodgr_contract_graph.Rd b/man/dodgr_contract_graph.Rd index 04c2329f..031727f0 100644 --- a/man/dodgr_contract_graph.Rd +++ b/man/dodgr_contract_graph.Rd @@ -36,8 +36,8 @@ graph <- dodgr_contract_graph (graph) nrow (graph) # 662 } \seealso{ -Other modification: -\code{\link{dodgr_components}()}, -\code{\link{dodgr_uncontract_graph}()} +Other modification: +\code{\link[=dodgr_components]{dodgr_components()}}, +\code{\link[=dodgr_uncontract_graph]{dodgr_uncontract_graph()}} } \concept{modification} diff --git a/man/dodgr_deduplicate_graph.Rd b/man/dodgr_deduplicate_graph.Rd index c889d141..a1cc40af 100644 --- a/man/dodgr_deduplicate_graph.Rd +++ b/man/dodgr_deduplicate_graph.Rd @@ -31,11 +31,11 @@ nrow (net2) stopifnot (identical (nrow (net0), nrow (net2))) } \seealso{ -Other conversion: -\code{\link{dodgr_to_igraph}()}, -\code{\link{dodgr_to_sf}()}, -\code{\link{dodgr_to_sfc}()}, -\code{\link{dodgr_to_tidygraph}()}, -\code{\link{igraph_to_dodgr}()} +Other conversion: +\code{\link[=dodgr_to_igraph]{dodgr_to_igraph()}}, +\code{\link[=dodgr_to_sf]{dodgr_to_sf()}}, +\code{\link[=dodgr_to_sfc]{dodgr_to_sfc()}}, +\code{\link[=dodgr_to_tidygraph]{dodgr_to_tidygraph()}}, +\code{\link[=igraph_to_dodgr]{igraph_to_dodgr()}} } \concept{conversion} diff --git a/man/dodgr_distances.Rd b/man/dodgr_distances.Rd index 23058e12..6a5cc77c 100644 --- a/man/dodgr_distances.Rd +++ b/man/dodgr_distances.Rd @@ -150,11 +150,11 @@ d <- dodgr_dists (graph, from = xy, to = xy) } } \seealso{ -Other distances: -\code{\link{dodgr_dists}()}, -\code{\link{dodgr_dists_categorical}()}, -\code{\link{dodgr_dists_nearest}()}, -\code{\link{dodgr_paths}()}, -\code{\link{dodgr_times}()} +Other distances: +\code{\link[=dodgr_dists]{dodgr_dists()}}, +\code{\link[=dodgr_dists_categorical]{dodgr_dists_categorical()}}, +\code{\link[=dodgr_dists_nearest]{dodgr_dists_nearest()}}, +\code{\link[=dodgr_paths]{dodgr_paths()}}, +\code{\link[=dodgr_times]{dodgr_times()}} } \concept{distances} diff --git a/man/dodgr_dists.Rd b/man/dodgr_dists.Rd index 45f25534..0586bbf7 100644 --- a/man/dodgr_dists.Rd +++ b/man/dodgr_dists.Rd @@ -168,11 +168,11 @@ d <- dodgr_dists (graph, from = xy, to = xy) } } \seealso{ -Other distances: -\code{\link{dodgr_distances}()}, -\code{\link{dodgr_dists_categorical}()}, -\code{\link{dodgr_dists_nearest}()}, -\code{\link{dodgr_paths}()}, -\code{\link{dodgr_times}()} +Other distances: +\code{\link[=dodgr_distances]{dodgr_distances()}}, +\code{\link[=dodgr_dists_categorical]{dodgr_dists_categorical()}}, +\code{\link[=dodgr_dists_nearest]{dodgr_dists_nearest()}}, +\code{\link[=dodgr_paths]{dodgr_paths()}}, +\code{\link[=dodgr_times]{dodgr_times()}} } \concept{distances} diff --git a/man/dodgr_dists_categorical.Rd b/man/dodgr_dists_categorical.Rd index 9f860ad6..d0a9d74c 100644 --- a/man/dodgr_dists_categorical.Rd +++ b/man/dodgr_dists_categorical.Rd @@ -147,11 +147,11 @@ d <- dodgr_dists_categorical (graph, from, dlimit = dlimit) dim (d) # length(from), length(unique(edge_type)) + 1 } \seealso{ -Other distances: -\code{\link{dodgr_distances}()}, -\code{\link{dodgr_dists}()}, -\code{\link{dodgr_dists_nearest}()}, -\code{\link{dodgr_paths}()}, -\code{\link{dodgr_times}()} +Other distances: +\code{\link[=dodgr_distances]{dodgr_distances()}}, +\code{\link[=dodgr_dists]{dodgr_dists()}}, +\code{\link[=dodgr_dists_nearest]{dodgr_dists_nearest()}}, +\code{\link[=dodgr_paths]{dodgr_paths()}}, +\code{\link[=dodgr_times]{dodgr_times()}} } \concept{distances} diff --git a/man/dodgr_dists_nearest.Rd b/man/dodgr_dists_nearest.Rd index d4a8324c..13d45f4f 100644 --- a/man/dodgr_dists_nearest.Rd +++ b/man/dodgr_dists_nearest.Rd @@ -159,11 +159,11 @@ d <- dodgr_dists (graph, from = xy, to = xy) } } \seealso{ -Other distances: -\code{\link{dodgr_distances}()}, -\code{\link{dodgr_dists}()}, -\code{\link{dodgr_dists_categorical}()}, -\code{\link{dodgr_paths}()}, -\code{\link{dodgr_times}()} +Other distances: +\code{\link[=dodgr_distances]{dodgr_distances()}}, +\code{\link[=dodgr_dists]{dodgr_dists()}}, +\code{\link[=dodgr_dists_categorical]{dodgr_dists_categorical()}}, +\code{\link[=dodgr_paths]{dodgr_paths()}}, +\code{\link[=dodgr_times]{dodgr_times()}} } \concept{distances} diff --git a/man/dodgr_flowmap.Rd b/man/dodgr_flowmap.Rd index 9e97d5bc..b035f74b 100644 --- a/man/dodgr_flowmap.Rd +++ b/man/dodgr_flowmap.Rd @@ -45,16 +45,16 @@ dodgr_flowmap (graph_undir) } } \seealso{ -Other misc: -\code{\link{compare_heaps}()}, -\code{\link{dodgr_full_cycles}()}, -\code{\link{dodgr_fundamental_cycles}()}, -\code{\link{dodgr_insert_vertex}()}, -\code{\link{dodgr_sample}()}, -\code{\link{dodgr_sflines_to_poly}()}, -\code{\link{dodgr_vertices}()}, -\code{\link{merge_directed_graph}()}, -\code{\link{summary.dodgr_dists_categorical}()}, -\code{\link{write_dodgr_wt_profile}()} +Other misc: +\code{\link[=compare_heaps]{compare_heaps()}}, +\code{\link[=dodgr_full_cycles]{dodgr_full_cycles()}}, +\code{\link[=dodgr_fundamental_cycles]{dodgr_fundamental_cycles()}}, +\code{\link[=dodgr_insert_vertex]{dodgr_insert_vertex()}}, +\code{\link[=dodgr_sample]{dodgr_sample()}}, +\code{\link[=dodgr_sflines_to_poly]{dodgr_sflines_to_poly()}}, +\code{\link[=dodgr_vertices]{dodgr_vertices()}}, +\code{\link[=merge_directed_graph]{merge_directed_graph()}}, +\code{\link[=summary.dodgr_dists_categorical]{summary.dodgr_dists_categorical()}}, +\code{\link[=write_dodgr_wt_profile]{write_dodgr_wt_profile()}} } \concept{misc} diff --git a/man/dodgr_flows_aggregate.Rd b/man/dodgr_flows_aggregate.Rd index e5d3ad35..ddf7fbcc 100644 --- a/man/dodgr_flows_aggregate.Rd +++ b/man/dodgr_flows_aggregate.Rd @@ -185,8 +185,8 @@ plot (gsf ["flow"]) } } \seealso{ -Other flows: -\code{\link{dodgr_flows_disperse}()}, -\code{\link{dodgr_flows_si}()} +Other flows: +\code{\link[=dodgr_flows_disperse]{dodgr_flows_disperse()}}, +\code{\link[=dodgr_flows_si]{dodgr_flows_si()}} } \concept{flows} diff --git a/man/dodgr_flows_disperse.Rd b/man/dodgr_flows_disperse.Rd index e59ca3ff..3d4e50b3 100644 --- a/man/dodgr_flows_disperse.Rd +++ b/man/dodgr_flows_disperse.Rd @@ -125,8 +125,8 @@ grep ("^flow", names (graph), value = TRUE) # each origin point. } \seealso{ -Other flows: -\code{\link{dodgr_flows_aggregate}()}, -\code{\link{dodgr_flows_si}()} +Other flows: +\code{\link[=dodgr_flows_aggregate]{dodgr_flows_aggregate()}}, +\code{\link[=dodgr_flows_si]{dodgr_flows_si()}} } \concept{flows} diff --git a/man/dodgr_flows_si.Rd b/man/dodgr_flows_si.Rd index 05329e20..d3f76bab 100644 --- a/man/dodgr_flows_si.Rd +++ b/man/dodgr_flows_si.Rd @@ -205,8 +205,8 @@ grep ("^flow", names (graph), value = TRUE) # each origin point. } \seealso{ -Other flows: -\code{\link{dodgr_flows_aggregate}()}, -\code{\link{dodgr_flows_disperse}()} +Other flows: +\code{\link[=dodgr_flows_aggregate]{dodgr_flows_aggregate()}}, +\code{\link[=dodgr_flows_disperse]{dodgr_flows_disperse()}} } \concept{flows} diff --git a/man/dodgr_full_cycles.Rd b/man/dodgr_full_cycles.Rd index 32712318..36f599e8 100644 --- a/man/dodgr_full_cycles.Rd +++ b/man/dodgr_full_cycles.Rd @@ -42,16 +42,16 @@ cyc2 <- dodgr_full_cycles (net) # junction points only. } \seealso{ -Other misc: -\code{\link{compare_heaps}()}, -\code{\link{dodgr_flowmap}()}, -\code{\link{dodgr_fundamental_cycles}()}, -\code{\link{dodgr_insert_vertex}()}, -\code{\link{dodgr_sample}()}, -\code{\link{dodgr_sflines_to_poly}()}, -\code{\link{dodgr_vertices}()}, -\code{\link{merge_directed_graph}()}, -\code{\link{summary.dodgr_dists_categorical}()}, -\code{\link{write_dodgr_wt_profile}()} +Other misc: +\code{\link[=compare_heaps]{compare_heaps()}}, +\code{\link[=dodgr_flowmap]{dodgr_flowmap()}}, +\code{\link[=dodgr_fundamental_cycles]{dodgr_fundamental_cycles()}}, +\code{\link[=dodgr_insert_vertex]{dodgr_insert_vertex()}}, +\code{\link[=dodgr_sample]{dodgr_sample()}}, +\code{\link[=dodgr_sflines_to_poly]{dodgr_sflines_to_poly()}}, +\code{\link[=dodgr_vertices]{dodgr_vertices()}}, +\code{\link[=merge_directed_graph]{merge_directed_graph()}}, +\code{\link[=summary.dodgr_dists_categorical]{summary.dodgr_dists_categorical()}}, +\code{\link[=write_dodgr_wt_profile]{write_dodgr_wt_profile()}} } \concept{misc} diff --git a/man/dodgr_fundamental_cycles.Rd b/man/dodgr_fundamental_cycles.Rd index 16510cbc..2603514f 100644 --- a/man/dodgr_fundamental_cycles.Rd +++ b/man/dodgr_fundamental_cycles.Rd @@ -57,16 +57,16 @@ verts <- dodgr_vertices (graph) cyc <- dodgr_fundamental_cycles (graph, verts) } \seealso{ -Other misc: -\code{\link{compare_heaps}()}, -\code{\link{dodgr_flowmap}()}, -\code{\link{dodgr_full_cycles}()}, -\code{\link{dodgr_insert_vertex}()}, -\code{\link{dodgr_sample}()}, -\code{\link{dodgr_sflines_to_poly}()}, -\code{\link{dodgr_vertices}()}, -\code{\link{merge_directed_graph}()}, -\code{\link{summary.dodgr_dists_categorical}()}, -\code{\link{write_dodgr_wt_profile}()} +Other misc: +\code{\link[=compare_heaps]{compare_heaps()}}, +\code{\link[=dodgr_flowmap]{dodgr_flowmap()}}, +\code{\link[=dodgr_full_cycles]{dodgr_full_cycles()}}, +\code{\link[=dodgr_insert_vertex]{dodgr_insert_vertex()}}, +\code{\link[=dodgr_sample]{dodgr_sample()}}, +\code{\link[=dodgr_sflines_to_poly]{dodgr_sflines_to_poly()}}, +\code{\link[=dodgr_vertices]{dodgr_vertices()}}, +\code{\link[=merge_directed_graph]{merge_directed_graph()}}, +\code{\link[=summary.dodgr_dists_categorical]{summary.dodgr_dists_categorical()}}, +\code{\link[=write_dodgr_wt_profile]{write_dodgr_wt_profile()}} } \concept{misc} diff --git a/man/dodgr_insert_vertex.Rd b/man/dodgr_insert_vertex.Rd index 62c2eb64..3ef2b4b4 100644 --- a/man/dodgr_insert_vertex.Rd +++ b/man/dodgr_insert_vertex.Rd @@ -42,16 +42,16 @@ nrow (graph) nrow (graph2) # new edges added to graph2 } \seealso{ -Other misc: -\code{\link{compare_heaps}()}, -\code{\link{dodgr_flowmap}()}, -\code{\link{dodgr_full_cycles}()}, -\code{\link{dodgr_fundamental_cycles}()}, -\code{\link{dodgr_sample}()}, -\code{\link{dodgr_sflines_to_poly}()}, -\code{\link{dodgr_vertices}()}, -\code{\link{merge_directed_graph}()}, -\code{\link{summary.dodgr_dists_categorical}()}, -\code{\link{write_dodgr_wt_profile}()} +Other misc: +\code{\link[=compare_heaps]{compare_heaps()}}, +\code{\link[=dodgr_flowmap]{dodgr_flowmap()}}, +\code{\link[=dodgr_full_cycles]{dodgr_full_cycles()}}, +\code{\link[=dodgr_fundamental_cycles]{dodgr_fundamental_cycles()}}, +\code{\link[=dodgr_sample]{dodgr_sample()}}, +\code{\link[=dodgr_sflines_to_poly]{dodgr_sflines_to_poly()}}, +\code{\link[=dodgr_vertices]{dodgr_vertices()}}, +\code{\link[=merge_directed_graph]{merge_directed_graph()}}, +\code{\link[=summary.dodgr_dists_categorical]{summary.dodgr_dists_categorical()}}, +\code{\link[=write_dodgr_wt_profile]{write_dodgr_wt_profile()}} } \concept{misc} diff --git a/man/dodgr_isochrones.Rd b/man/dodgr_isochrones.Rd index aaf9d88a..842312f6 100644 --- a/man/dodgr_isochrones.Rd +++ b/man/dodgr_isochrones.Rd @@ -85,8 +85,8 @@ x <- dodgr_isochrones (graph, from = from, tlim) } } \seealso{ -Other iso: -\code{\link{dodgr_isodists}()}, -\code{\link{dodgr_isoverts}()} +Other iso: +\code{\link[=dodgr_isodists]{dodgr_isodists()}}, +\code{\link[=dodgr_isoverts]{dodgr_isoverts()}} } \concept{iso} diff --git a/man/dodgr_isodists.Rd b/man/dodgr_isodists.Rd index 887bdf0e..a52f116b 100644 --- a/man/dodgr_isodists.Rd +++ b/man/dodgr_isodists.Rd @@ -79,8 +79,8 @@ dlim <- c (1, 2, 5, 10, 20) * 100 d <- dodgr_isodists (graph, from = from, dlim) } \seealso{ -Other iso: -\code{\link{dodgr_isochrones}()}, -\code{\link{dodgr_isoverts}()} +Other iso: +\code{\link[=dodgr_isochrones]{dodgr_isochrones()}}, +\code{\link[=dodgr_isoverts]{dodgr_isoverts()}} } \concept{iso} diff --git a/man/dodgr_isoverts.Rd b/man/dodgr_isoverts.Rd index 69452080..8dc40e0f 100644 --- a/man/dodgr_isoverts.Rd +++ b/man/dodgr_isoverts.Rd @@ -74,8 +74,8 @@ x <- dodgr_isoverts (graph, from = from, tlim) } } \seealso{ -Other iso: -\code{\link{dodgr_isochrones}()}, -\code{\link{dodgr_isodists}()} +Other iso: +\code{\link[=dodgr_isochrones]{dodgr_isochrones()}}, +\code{\link[=dodgr_isodists]{dodgr_isodists()}} } \concept{iso} diff --git a/man/dodgr_load_streetnet.Rd b/man/dodgr_load_streetnet.Rd index 927be731..421b2346 100644 --- a/man/dodgr_load_streetnet.Rd +++ b/man/dodgr_load_streetnet.Rd @@ -25,10 +25,10 @@ clear_dodgr_cache () # rm cached objects from tempdir net <- dodgr_load_streetnet (f) } \seealso{ -Other cache: -\code{\link{clear_dodgr_cache}()}, -\code{\link{dodgr_cache_off}()}, -\code{\link{dodgr_cache_on}()}, -\code{\link{dodgr_save_streetnet}()} +Other cache: +\code{\link[=clear_dodgr_cache]{clear_dodgr_cache()}}, +\code{\link[=dodgr_cache_off]{dodgr_cache_off()}}, +\code{\link[=dodgr_cache_on]{dodgr_cache_on()}}, +\code{\link[=dodgr_save_streetnet]{dodgr_save_streetnet()}} } \concept{cache} diff --git a/man/dodgr_paths.Rd b/man/dodgr_paths.Rd index 4e0c2bc6..f1dae7ed 100644 --- a/man/dodgr_paths.Rd +++ b/man/dodgr_paths.Rd @@ -92,11 +92,11 @@ dp <- dodgr_paths (graph, from = from, to = to, pairwise = TRUE) # pairwise from and to point. } \seealso{ -Other distances: -\code{\link{dodgr_distances}()}, -\code{\link{dodgr_dists}()}, -\code{\link{dodgr_dists_categorical}()}, -\code{\link{dodgr_dists_nearest}()}, -\code{\link{dodgr_times}()} +Other distances: +\code{\link[=dodgr_distances]{dodgr_distances()}}, +\code{\link[=dodgr_dists]{dodgr_dists()}}, +\code{\link[=dodgr_dists_categorical]{dodgr_dists_categorical()}}, +\code{\link[=dodgr_dists_nearest]{dodgr_dists_nearest()}}, +\code{\link[=dodgr_times]{dodgr_times()}} } \concept{distances} diff --git a/man/dodgr_sample.Rd b/man/dodgr_sample.Rd index a01400aa..4542a063 100644 --- a/man/dodgr_sample.Rd +++ b/man/dodgr_sample.Rd @@ -32,16 +32,16 @@ nrow (graph) # generally around 400 edges nrow (dodgr_vertices (graph)) # 200 } \seealso{ -Other misc: -\code{\link{compare_heaps}()}, -\code{\link{dodgr_flowmap}()}, -\code{\link{dodgr_full_cycles}()}, -\code{\link{dodgr_fundamental_cycles}()}, -\code{\link{dodgr_insert_vertex}()}, -\code{\link{dodgr_sflines_to_poly}()}, -\code{\link{dodgr_vertices}()}, -\code{\link{merge_directed_graph}()}, -\code{\link{summary.dodgr_dists_categorical}()}, -\code{\link{write_dodgr_wt_profile}()} +Other misc: +\code{\link[=compare_heaps]{compare_heaps()}}, +\code{\link[=dodgr_flowmap]{dodgr_flowmap()}}, +\code{\link[=dodgr_full_cycles]{dodgr_full_cycles()}}, +\code{\link[=dodgr_fundamental_cycles]{dodgr_fundamental_cycles()}}, +\code{\link[=dodgr_insert_vertex]{dodgr_insert_vertex()}}, +\code{\link[=dodgr_sflines_to_poly]{dodgr_sflines_to_poly()}}, +\code{\link[=dodgr_vertices]{dodgr_vertices()}}, +\code{\link[=merge_directed_graph]{merge_directed_graph()}}, +\code{\link[=summary.dodgr_dists_categorical]{summary.dodgr_dists_categorical()}}, +\code{\link[=write_dodgr_wt_profile]{write_dodgr_wt_profile()}} } \concept{misc} diff --git a/man/dodgr_save_streetnet.Rd b/man/dodgr_save_streetnet.Rd index 15db2743..7e934ab6 100644 --- a/man/dodgr_save_streetnet.Rd +++ b/man/dodgr_save_streetnet.Rd @@ -42,10 +42,10 @@ clear_dodgr_cache () # rm cached objects from tempdir net <- dodgr_load_streetnet (f) } \seealso{ -Other cache: -\code{\link{clear_dodgr_cache}()}, -\code{\link{dodgr_cache_off}()}, -\code{\link{dodgr_cache_on}()}, -\code{\link{dodgr_load_streetnet}()} +Other cache: +\code{\link[=clear_dodgr_cache]{clear_dodgr_cache()}}, +\code{\link[=dodgr_cache_off]{dodgr_cache_off()}}, +\code{\link[=dodgr_cache_on]{dodgr_cache_on()}}, +\code{\link[=dodgr_load_streetnet]{dodgr_load_streetnet()}} } \concept{cache} diff --git a/man/dodgr_sflines_to_poly.Rd b/man/dodgr_sflines_to_poly.Rd index 81665f41..d108daf7 100644 --- a/man/dodgr_sflines_to_poly.Rd +++ b/man/dodgr_sflines_to_poly.Rd @@ -30,16 +30,16 @@ p <- dodgr_sflines_to_poly (hampi) } } \seealso{ -Other misc: -\code{\link{compare_heaps}()}, -\code{\link{dodgr_flowmap}()}, -\code{\link{dodgr_full_cycles}()}, -\code{\link{dodgr_fundamental_cycles}()}, -\code{\link{dodgr_insert_vertex}()}, -\code{\link{dodgr_sample}()}, -\code{\link{dodgr_vertices}()}, -\code{\link{merge_directed_graph}()}, -\code{\link{summary.dodgr_dists_categorical}()}, -\code{\link{write_dodgr_wt_profile}()} +Other misc: +\code{\link[=compare_heaps]{compare_heaps()}}, +\code{\link[=dodgr_flowmap]{dodgr_flowmap()}}, +\code{\link[=dodgr_full_cycles]{dodgr_full_cycles()}}, +\code{\link[=dodgr_fundamental_cycles]{dodgr_fundamental_cycles()}}, +\code{\link[=dodgr_insert_vertex]{dodgr_insert_vertex()}}, +\code{\link[=dodgr_sample]{dodgr_sample()}}, +\code{\link[=dodgr_vertices]{dodgr_vertices()}}, +\code{\link[=merge_directed_graph]{merge_directed_graph()}}, +\code{\link[=summary.dodgr_dists_categorical]{summary.dodgr_dists_categorical()}}, +\code{\link[=write_dodgr_wt_profile]{write_dodgr_wt_profile()}} } \concept{misc} diff --git a/man/dodgr_streetnet.Rd b/man/dodgr_streetnet.Rd index 9764f01b..c7460555 100644 --- a/man/dodgr_streetnet.Rd +++ b/man/dodgr_streetnet.Rd @@ -73,10 +73,10 @@ net$time_weighted [index] <- net$time_weighted [index] * 100 } } \seealso{ -Other extraction: -\code{\link{dodgr_streetnet_geodesic}()}, -\code{\link{dodgr_streetnet_sc}()}, -\code{\link{weight_railway}()}, -\code{\link{weight_streetnet}()} +Other extraction: +\code{\link[=dodgr_streetnet_geodesic]{dodgr_streetnet_geodesic()}}, +\code{\link[=dodgr_streetnet_sc]{dodgr_streetnet_sc()}}, +\code{\link[=weight_railway]{weight_railway()}}, +\code{\link[=weight_streetnet]{weight_streetnet()}} } \concept{extraction} diff --git a/man/dodgr_streetnet_geodesic.Rd b/man/dodgr_streetnet_geodesic.Rd index 0958b1bc..07d8b3b2 100644 --- a/man/dodgr_streetnet_geodesic.Rd +++ b/man/dodgr_streetnet_geodesic.Rd @@ -29,10 +29,10 @@ cor (net0$d, net1$d) # Strongly correlated, but not perfect max (abs (net0$d - net1$d)) # in metres } \seealso{ -Other extraction: -\code{\link{dodgr_streetnet}()}, -\code{\link{dodgr_streetnet_sc}()}, -\code{\link{weight_railway}()}, -\code{\link{weight_streetnet}()} +Other extraction: +\code{\link[=dodgr_streetnet]{dodgr_streetnet()}}, +\code{\link[=dodgr_streetnet_sc]{dodgr_streetnet_sc()}}, +\code{\link[=weight_railway]{weight_railway()}}, +\code{\link[=weight_streetnet]{weight_streetnet()}} } \concept{extraction} diff --git a/man/dodgr_streetnet_sc.Rd b/man/dodgr_streetnet_sc.Rd index ce1f918b..b42afe75 100644 --- a/man/dodgr_streetnet_sc.Rd +++ b/man/dodgr_streetnet_sc.Rd @@ -73,10 +73,10 @@ net$time_weighted [index] <- net$time_weighted [index] * 100 } } \seealso{ -Other extraction: -\code{\link{dodgr_streetnet}()}, -\code{\link{dodgr_streetnet_geodesic}()}, -\code{\link{weight_railway}()}, -\code{\link{weight_streetnet}()} +Other extraction: +\code{\link[=dodgr_streetnet]{dodgr_streetnet()}}, +\code{\link[=dodgr_streetnet_geodesic]{dodgr_streetnet_geodesic()}}, +\code{\link[=weight_railway]{weight_railway()}}, +\code{\link[=weight_streetnet]{weight_streetnet()}} } \concept{extraction} diff --git a/man/dodgr_times.Rd b/man/dodgr_times.Rd index a9aeec51..9b6a5b00 100644 --- a/man/dodgr_times.Rd +++ b/man/dodgr_times.Rd @@ -153,11 +153,11 @@ d <- dodgr_dists (graph, from = xy, to = xy) } } \seealso{ -Other distances: -\code{\link{dodgr_distances}()}, -\code{\link{dodgr_dists}()}, -\code{\link{dodgr_dists_categorical}()}, -\code{\link{dodgr_dists_nearest}()}, -\code{\link{dodgr_paths}()} +Other distances: +\code{\link[=dodgr_distances]{dodgr_distances()}}, +\code{\link[=dodgr_dists]{dodgr_dists()}}, +\code{\link[=dodgr_dists_categorical]{dodgr_dists_categorical()}}, +\code{\link[=dodgr_dists_nearest]{dodgr_dists_nearest()}}, +\code{\link[=dodgr_paths]{dodgr_paths()}} } \concept{distances} diff --git a/man/dodgr_to_igraph.Rd b/man/dodgr_to_igraph.Rd index e704655a..9bbcc7de 100644 --- a/man/dodgr_to_igraph.Rd +++ b/man/dodgr_to_igraph.Rd @@ -26,11 +26,11 @@ graphi <- dodgr_to_igraph (graph) \seealso{ \link{igraph_to_dodgr} -Other conversion: -\code{\link{dodgr_deduplicate_graph}()}, -\code{\link{dodgr_to_sf}()}, -\code{\link{dodgr_to_sfc}()}, -\code{\link{dodgr_to_tidygraph}()}, -\code{\link{igraph_to_dodgr}()} +Other conversion: +\code{\link[=dodgr_deduplicate_graph]{dodgr_deduplicate_graph()}}, +\code{\link[=dodgr_to_sf]{dodgr_to_sf()}}, +\code{\link[=dodgr_to_sfc]{dodgr_to_sfc()}}, +\code{\link[=dodgr_to_tidygraph]{dodgr_to_tidygraph()}}, +\code{\link[=igraph_to_dodgr]{igraph_to_dodgr()}} } \concept{conversion} diff --git a/man/dodgr_to_sf.Rd b/man/dodgr_to_sf.Rd index 46fd80b2..f55de747 100644 --- a/man/dodgr_to_sf.Rd +++ b/man/dodgr_to_sf.Rd @@ -28,11 +28,11 @@ xy <- dodgr_to_sf (hw) dim (xy) # 764 edges; 14 attributes } \seealso{ -Other conversion: -\code{\link{dodgr_deduplicate_graph}()}, -\code{\link{dodgr_to_igraph}()}, -\code{\link{dodgr_to_sfc}()}, -\code{\link{dodgr_to_tidygraph}()}, -\code{\link{igraph_to_dodgr}()} +Other conversion: +\code{\link[=dodgr_deduplicate_graph]{dodgr_deduplicate_graph()}}, +\code{\link[=dodgr_to_igraph]{dodgr_to_igraph()}}, +\code{\link[=dodgr_to_sfc]{dodgr_to_sfc()}}, +\code{\link[=dodgr_to_tidygraph]{dodgr_to_tidygraph()}}, +\code{\link[=igraph_to_dodgr]{igraph_to_dodgr()}} } \concept{conversion} diff --git a/man/dodgr_to_sfc.Rd b/man/dodgr_to_sfc.Rd index 38a3c47b..a31dfc5c 100644 --- a/man/dodgr_to_sfc.Rd +++ b/man/dodgr_to_sfc.Rd @@ -42,11 +42,11 @@ dim (xy$dat) # same number of rows as there are geometries # sf::st_sf (xy$dat, geometry = xy$geometry, crs = 4326) } \seealso{ -Other conversion: -\code{\link{dodgr_deduplicate_graph}()}, -\code{\link{dodgr_to_igraph}()}, -\code{\link{dodgr_to_sf}()}, -\code{\link{dodgr_to_tidygraph}()}, -\code{\link{igraph_to_dodgr}()} +Other conversion: +\code{\link[=dodgr_deduplicate_graph]{dodgr_deduplicate_graph()}}, +\code{\link[=dodgr_to_igraph]{dodgr_to_igraph()}}, +\code{\link[=dodgr_to_sf]{dodgr_to_sf()}}, +\code{\link[=dodgr_to_tidygraph]{dodgr_to_tidygraph()}}, +\code{\link[=igraph_to_dodgr]{igraph_to_dodgr()}} } \concept{conversion} diff --git a/man/dodgr_to_tidygraph.Rd b/man/dodgr_to_tidygraph.Rd index 3f907a6e..bf4f1211 100644 --- a/man/dodgr_to_tidygraph.Rd +++ b/man/dodgr_to_tidygraph.Rd @@ -20,11 +20,11 @@ graph <- weight_streetnet (hampi) grapht <- dodgr_to_tidygraph (graph) } \seealso{ -Other conversion: -\code{\link{dodgr_deduplicate_graph}()}, -\code{\link{dodgr_to_igraph}()}, -\code{\link{dodgr_to_sf}()}, -\code{\link{dodgr_to_sfc}()}, -\code{\link{igraph_to_dodgr}()} +Other conversion: +\code{\link[=dodgr_deduplicate_graph]{dodgr_deduplicate_graph()}}, +\code{\link[=dodgr_to_igraph]{dodgr_to_igraph()}}, +\code{\link[=dodgr_to_sf]{dodgr_to_sf()}}, +\code{\link[=dodgr_to_sfc]{dodgr_to_sfc()}}, +\code{\link[=igraph_to_dodgr]{igraph_to_dodgr()}} } \concept{conversion} diff --git a/man/dodgr_uncontract_graph.Rd b/man/dodgr_uncontract_graph.Rd index e2f466d0..ef01611f 100644 --- a/man/dodgr_uncontract_graph.Rd +++ b/man/dodgr_uncontract_graph.Rd @@ -46,8 +46,8 @@ dim (graph0) dim (graph3) } \seealso{ -Other modification: -\code{\link{dodgr_components}()}, -\code{\link{dodgr_contract_graph}()} +Other modification: +\code{\link[=dodgr_components]{dodgr_components()}}, +\code{\link[=dodgr_contract_graph]{dodgr_contract_graph()}} } \concept{modification} diff --git a/man/dodgr_vertices.Rd b/man/dodgr_vertices.Rd index 28a8eddb..0b65eba5 100644 --- a/man/dodgr_vertices.Rd +++ b/man/dodgr_vertices.Rd @@ -26,16 +26,16 @@ graph <- weight_streetnet (hampi) v <- dodgr_vertices (graph) } \seealso{ -Other misc: -\code{\link{compare_heaps}()}, -\code{\link{dodgr_flowmap}()}, -\code{\link{dodgr_full_cycles}()}, -\code{\link{dodgr_fundamental_cycles}()}, -\code{\link{dodgr_insert_vertex}()}, -\code{\link{dodgr_sample}()}, -\code{\link{dodgr_sflines_to_poly}()}, -\code{\link{merge_directed_graph}()}, -\code{\link{summary.dodgr_dists_categorical}()}, -\code{\link{write_dodgr_wt_profile}()} +Other misc: +\code{\link[=compare_heaps]{compare_heaps()}}, +\code{\link[=dodgr_flowmap]{dodgr_flowmap()}}, +\code{\link[=dodgr_full_cycles]{dodgr_full_cycles()}}, +\code{\link[=dodgr_fundamental_cycles]{dodgr_fundamental_cycles()}}, +\code{\link[=dodgr_insert_vertex]{dodgr_insert_vertex()}}, +\code{\link[=dodgr_sample]{dodgr_sample()}}, +\code{\link[=dodgr_sflines_to_poly]{dodgr_sflines_to_poly()}}, +\code{\link[=merge_directed_graph]{merge_directed_graph()}}, +\code{\link[=summary.dodgr_dists_categorical]{summary.dodgr_dists_categorical()}}, +\code{\link[=write_dodgr_wt_profile]{write_dodgr_wt_profile()}} } \concept{misc} diff --git a/man/estimate_centrality_threshold.Rd b/man/estimate_centrality_threshold.Rd index c81293b9..86b203f8 100644 --- a/man/estimate_centrality_threshold.Rd +++ b/man/estimate_centrality_threshold.Rd @@ -39,8 +39,8 @@ graph <- weight_streetnet (hampi, wt_profile = "foot") estimate_centrality_threshold (graph) } \seealso{ -Other centrality: -\code{\link{dodgr_centrality}()}, -\code{\link{estimate_centrality_time}()} +Other centrality: +\code{\link[=dodgr_centrality]{dodgr_centrality()}}, +\code{\link[=estimate_centrality_time]{estimate_centrality_time()}} } \concept{centrality} diff --git a/man/estimate_centrality_time.Rd b/man/estimate_centrality_time.Rd index e507244e..ea23a5f7 100644 --- a/man/estimate_centrality_time.Rd +++ b/man/estimate_centrality_time.Rd @@ -62,8 +62,8 @@ graph <- weight_streetnet (hampi, wt_profile = "foot") estimate_centrality_time (graph) } \seealso{ -Other centrality: -\code{\link{dodgr_centrality}()}, -\code{\link{estimate_centrality_threshold}()} +Other centrality: +\code{\link[=dodgr_centrality]{dodgr_centrality()}}, +\code{\link[=estimate_centrality_threshold]{estimate_centrality_threshold()}} } \concept{centrality} diff --git a/man/hampi.Rd b/man/hampi.Rd index ad5841d8..932a58e8 100644 --- a/man/hampi.Rd +++ b/man/hampi.Rd @@ -25,7 +25,7 @@ hampi <- hampi [, which (names (hampi) \%in\% cols)] net <- weight_streetnet (hampi, wt_profile = "foot") } \seealso{ -Other data: +Other data: \code{\link{os_roads_bristol}}, \code{\link{weighting_profiles}} } diff --git a/man/igraph_to_dodgr.Rd b/man/igraph_to_dodgr.Rd index 4281ea22..80a06723 100644 --- a/man/igraph_to_dodgr.Rd +++ b/man/igraph_to_dodgr.Rd @@ -24,11 +24,11 @@ identical (graph2, graph) # FALSE \seealso{ \link{dodgr_to_igraph} -Other conversion: -\code{\link{dodgr_deduplicate_graph}()}, -\code{\link{dodgr_to_igraph}()}, -\code{\link{dodgr_to_sf}()}, -\code{\link{dodgr_to_sfc}()}, -\code{\link{dodgr_to_tidygraph}()} +Other conversion: +\code{\link[=dodgr_deduplicate_graph]{dodgr_deduplicate_graph()}}, +\code{\link[=dodgr_to_igraph]{dodgr_to_igraph()}}, +\code{\link[=dodgr_to_sf]{dodgr_to_sf()}}, +\code{\link[=dodgr_to_sfc]{dodgr_to_sfc()}}, +\code{\link[=dodgr_to_tidygraph]{dodgr_to_tidygraph()}} } \concept{conversion} diff --git a/man/match_points_to_graph.Rd b/man/match_points_to_graph.Rd index 57f11d9e..af328f2c 100644 --- a/man/match_points_to_graph.Rd +++ b/man/match_points_to_graph.Rd @@ -64,10 +64,10 @@ edges <- match_pts_to_graph (graph, xy) graph [edges, ] # The edges of the graph closest to `xy` } \seealso{ -Other match: -\code{\link{add_nodes_to_graph}()}, -\code{\link{match_points_to_verts}()}, -\code{\link{match_pts_to_graph}()}, -\code{\link{match_pts_to_verts}()} +Other match: +\code{\link[=add_nodes_to_graph]{add_nodes_to_graph()}}, +\code{\link[=match_points_to_verts]{match_points_to_verts()}}, +\code{\link[=match_pts_to_graph]{match_pts_to_graph()}}, +\code{\link[=match_pts_to_verts]{match_pts_to_verts()}} } \concept{match} diff --git a/man/match_points_to_verts.Rd b/man/match_points_to_verts.Rd index 397b8bd0..0e76e7d4 100644 --- a/man/match_points_to_verts.Rd +++ b/man/match_points_to_verts.Rd @@ -44,10 +44,10 @@ pts <- verts$id [pts] pts # names of those vertices } \seealso{ -Other match: -\code{\link{add_nodes_to_graph}()}, -\code{\link{match_points_to_graph}()}, -\code{\link{match_pts_to_graph}()}, -\code{\link{match_pts_to_verts}()} +Other match: +\code{\link[=add_nodes_to_graph]{add_nodes_to_graph()}}, +\code{\link[=match_points_to_graph]{match_points_to_graph()}}, +\code{\link[=match_pts_to_graph]{match_pts_to_graph()}}, +\code{\link[=match_pts_to_verts]{match_pts_to_verts()}} } \concept{match} diff --git a/man/match_pts_to_graph.Rd b/man/match_pts_to_graph.Rd index 4181e2a8..d3638530 100644 --- a/man/match_pts_to_graph.Rd +++ b/man/match_pts_to_graph.Rd @@ -64,10 +64,10 @@ edges <- match_pts_to_graph (graph, xy) graph [edges, ] # The edges of the graph closest to `xy` } \seealso{ -Other match: -\code{\link{add_nodes_to_graph}()}, -\code{\link{match_points_to_graph}()}, -\code{\link{match_points_to_verts}()}, -\code{\link{match_pts_to_verts}()} +Other match: +\code{\link[=add_nodes_to_graph]{add_nodes_to_graph()}}, +\code{\link[=match_points_to_graph]{match_points_to_graph()}}, +\code{\link[=match_points_to_verts]{match_points_to_verts()}}, +\code{\link[=match_pts_to_verts]{match_pts_to_verts()}} } \concept{match} diff --git a/man/match_pts_to_verts.Rd b/man/match_pts_to_verts.Rd index 76053bf6..c691e547 100644 --- a/man/match_pts_to_verts.Rd +++ b/man/match_pts_to_verts.Rd @@ -44,10 +44,10 @@ pts <- verts$id [pts] pts # names of those vertices } \seealso{ -Other match: -\code{\link{add_nodes_to_graph}()}, -\code{\link{match_points_to_graph}()}, -\code{\link{match_points_to_verts}()}, -\code{\link{match_pts_to_graph}()} +Other match: +\code{\link[=add_nodes_to_graph]{add_nodes_to_graph()}}, +\code{\link[=match_points_to_graph]{match_points_to_graph()}}, +\code{\link[=match_points_to_verts]{match_points_to_verts()}}, +\code{\link[=match_pts_to_graph]{match_pts_to_graph()}} } \concept{match} diff --git a/man/merge_directed_graph.Rd b/man/merge_directed_graph.Rd index 86dc24f8..5fbfca83 100644 --- a/man/merge_directed_graph.Rd +++ b/man/merge_directed_graph.Rd @@ -45,16 +45,16 @@ nrow (graph) nrow (graph_undir) # the latter is much smaller } \seealso{ -Other misc: -\code{\link{compare_heaps}()}, -\code{\link{dodgr_flowmap}()}, -\code{\link{dodgr_full_cycles}()}, -\code{\link{dodgr_fundamental_cycles}()}, -\code{\link{dodgr_insert_vertex}()}, -\code{\link{dodgr_sample}()}, -\code{\link{dodgr_sflines_to_poly}()}, -\code{\link{dodgr_vertices}()}, -\code{\link{summary.dodgr_dists_categorical}()}, -\code{\link{write_dodgr_wt_profile}()} +Other misc: +\code{\link[=compare_heaps]{compare_heaps()}}, +\code{\link[=dodgr_flowmap]{dodgr_flowmap()}}, +\code{\link[=dodgr_full_cycles]{dodgr_full_cycles()}}, +\code{\link[=dodgr_fundamental_cycles]{dodgr_fundamental_cycles()}}, +\code{\link[=dodgr_insert_vertex]{dodgr_insert_vertex()}}, +\code{\link[=dodgr_sample]{dodgr_sample()}}, +\code{\link[=dodgr_sflines_to_poly]{dodgr_sflines_to_poly()}}, +\code{\link[=dodgr_vertices]{dodgr_vertices()}}, +\code{\link[=summary.dodgr_dists_categorical]{summary.dodgr_dists_categorical()}}, +\code{\link[=write_dodgr_wt_profile]{write_dodgr_wt_profile()}} } \concept{misc} diff --git a/man/os_roads_bristol.Rd b/man/os_roads_bristol.Rd index ea708f7d..9632a613 100644 --- a/man/os_roads_bristol.Rd +++ b/man/os_roads_bristol.Rd @@ -59,7 +59,7 @@ net <- weight_streetnet ( # 'id_col' tells the function which column to use to attribute IDs of ways } \seealso{ -Other data: +Other data: \code{\link{hampi}}, \code{\link{weighting_profiles}} } diff --git a/man/summary.dodgr_dists_categorical.Rd b/man/summary.dodgr_dists_categorical.Rd index 19c6b1e7..6ee7f3d1 100644 --- a/man/summary.dodgr_dists_categorical.Rd +++ b/man/summary.dodgr_dists_categorical.Rd @@ -33,16 +33,16 @@ summary (d) } \seealso{ -Other misc: -\code{\link{compare_heaps}()}, -\code{\link{dodgr_flowmap}()}, -\code{\link{dodgr_full_cycles}()}, -\code{\link{dodgr_fundamental_cycles}()}, -\code{\link{dodgr_insert_vertex}()}, -\code{\link{dodgr_sample}()}, -\code{\link{dodgr_sflines_to_poly}()}, -\code{\link{dodgr_vertices}()}, -\code{\link{merge_directed_graph}()}, -\code{\link{write_dodgr_wt_profile}()} +Other misc: +\code{\link[=compare_heaps]{compare_heaps()}}, +\code{\link[=dodgr_flowmap]{dodgr_flowmap()}}, +\code{\link[=dodgr_full_cycles]{dodgr_full_cycles()}}, +\code{\link[=dodgr_fundamental_cycles]{dodgr_fundamental_cycles()}}, +\code{\link[=dodgr_insert_vertex]{dodgr_insert_vertex()}}, +\code{\link[=dodgr_sample]{dodgr_sample()}}, +\code{\link[=dodgr_sflines_to_poly]{dodgr_sflines_to_poly()}}, +\code{\link[=dodgr_vertices]{dodgr_vertices()}}, +\code{\link[=merge_directed_graph]{merge_directed_graph()}}, +\code{\link[=write_dodgr_wt_profile]{write_dodgr_wt_profile()}} } \concept{misc} diff --git a/man/weight_railway.Rd b/man/weight_railway.Rd index d0cdfd62..2366ada5 100644 --- a/man/weight_railway.Rd +++ b/man/weight_railway.Rd @@ -54,10 +54,10 @@ graph <- weight_railway (dat$osm_lines) } } \seealso{ -Other extraction: -\code{\link{dodgr_streetnet}()}, -\code{\link{dodgr_streetnet_geodesic}()}, -\code{\link{dodgr_streetnet_sc}()}, -\code{\link{weight_streetnet}()} +Other extraction: +\code{\link[=dodgr_streetnet]{dodgr_streetnet()}}, +\code{\link[=dodgr_streetnet_geodesic]{dodgr_streetnet_geodesic()}}, +\code{\link[=dodgr_streetnet_sc]{dodgr_streetnet_sc()}}, +\code{\link[=weight_streetnet]{weight_streetnet()}} } \concept{extraction} diff --git a/man/weight_streetnet.Rd b/man/weight_streetnet.Rd index 55d2d67b..557994ac 100644 --- a/man/weight_streetnet.Rd +++ b/man/weight_streetnet.Rd @@ -288,34 +288,10 @@ graph <- weight_streetnet ( \seealso{ \link{write_dodgr_wt_profile}, \link{dodgr_times} -Other extraction: -\code{\link{dodgr_streetnet}()}, -\code{\link{dodgr_streetnet_geodesic}()}, -\code{\link{dodgr_streetnet_sc}()}, -\code{\link{weight_railway}()} - -Other extraction: -\code{\link{dodgr_streetnet}()}, -\code{\link{dodgr_streetnet_geodesic}()}, -\code{\link{dodgr_streetnet_sc}()}, -\code{\link{weight_railway}()} - -Other extraction: -\code{\link{dodgr_streetnet}()}, -\code{\link{dodgr_streetnet_geodesic}()}, -\code{\link{dodgr_streetnet_sc}()}, -\code{\link{weight_railway}()} - -Other extraction: -\code{\link{dodgr_streetnet}()}, -\code{\link{dodgr_streetnet_geodesic}()}, -\code{\link{dodgr_streetnet_sc}()}, -\code{\link{weight_railway}()} - -Other extraction: -\code{\link{dodgr_streetnet}()}, -\code{\link{dodgr_streetnet_geodesic}()}, -\code{\link{dodgr_streetnet_sc}()}, -\code{\link{weight_railway}()} +Other extraction: +\code{\link[=dodgr_streetnet]{dodgr_streetnet()}}, +\code{\link[=dodgr_streetnet_geodesic]{dodgr_streetnet_geodesic()}}, +\code{\link[=dodgr_streetnet_sc]{dodgr_streetnet_sc()}}, +\code{\link[=weight_railway]{weight_railway()}} } \concept{extraction} diff --git a/man/weighting_profiles.Rd b/man/weighting_profiles.Rd index 9ab9aaa5..ca7c9121 100644 --- a/man/weighting_profiles.Rd +++ b/man/weighting_profiles.Rd @@ -22,7 +22,7 @@ obeyed or not. \url{https://www.routino.org/xml/routino-profiles.xml} } \seealso{ -Other data: +Other data: \code{\link{hampi}}, \code{\link{os_roads_bristol}} } diff --git a/man/write_dodgr_wt_profile.Rd b/man/write_dodgr_wt_profile.Rd index 2f06433c..3477533f 100644 --- a/man/write_dodgr_wt_profile.Rd +++ b/man/write_dodgr_wt_profile.Rd @@ -25,16 +25,16 @@ wt_profiles <- jsonlite::read_json (f, simplify = TRUE) \seealso{ \link{weight_streetnet} -Other misc: -\code{\link{compare_heaps}()}, -\code{\link{dodgr_flowmap}()}, -\code{\link{dodgr_full_cycles}()}, -\code{\link{dodgr_fundamental_cycles}()}, -\code{\link{dodgr_insert_vertex}()}, -\code{\link{dodgr_sample}()}, -\code{\link{dodgr_sflines_to_poly}()}, -\code{\link{dodgr_vertices}()}, -\code{\link{merge_directed_graph}()}, -\code{\link{summary.dodgr_dists_categorical}()} +Other misc: +\code{\link[=compare_heaps]{compare_heaps()}}, +\code{\link[=dodgr_flowmap]{dodgr_flowmap()}}, +\code{\link[=dodgr_full_cycles]{dodgr_full_cycles()}}, +\code{\link[=dodgr_fundamental_cycles]{dodgr_fundamental_cycles()}}, +\code{\link[=dodgr_insert_vertex]{dodgr_insert_vertex()}}, +\code{\link[=dodgr_sample]{dodgr_sample()}}, +\code{\link[=dodgr_sflines_to_poly]{dodgr_sflines_to_poly()}}, +\code{\link[=dodgr_vertices]{dodgr_vertices()}}, +\code{\link[=merge_directed_graph]{merge_directed_graph()}}, +\code{\link[=summary.dodgr_dists_categorical]{summary.dodgr_dists_categorical()}} } \concept{misc}