From a876689a838372636fb88495405294742dd70929 Mon Sep 17 00:00:00 2001 From: mpadge Date: Fri, 5 Jun 2026 11:36:13 +0200 Subject: [PATCH] update Roxygen2 -> v8 --- DESCRIPTION | 4 +-- codemeta.json | 2 +- man/add_nodes_to_graph.Rd | 10 ++++---- man/clear_dodgr_cache.Rd | 10 ++++---- man/compare_heaps.Rd | 22 ++++++++--------- man/dodgr.Rd | 1 + man/dodgr_cache_off.Rd | 10 ++++---- man/dodgr_cache_on.Rd | 10 ++++---- man/dodgr_centrality.Rd | 6 ++--- man/dodgr_components.Rd | 6 ++--- man/dodgr_contract_graph.Rd | 6 ++--- man/dodgr_deduplicate_graph.Rd | 12 ++++----- man/dodgr_distances.Rd | 12 ++++----- man/dodgr_dists.Rd | 12 ++++----- man/dodgr_dists_categorical.Rd | 12 ++++----- man/dodgr_dists_nearest.Rd | 12 ++++----- man/dodgr_flowmap.Rd | 22 ++++++++--------- man/dodgr_flows_aggregate.Rd | 6 ++--- man/dodgr_flows_disperse.Rd | 6 ++--- man/dodgr_flows_si.Rd | 6 ++--- man/dodgr_full_cycles.Rd | 22 ++++++++--------- man/dodgr_fundamental_cycles.Rd | 22 ++++++++--------- man/dodgr_insert_vertex.Rd | 22 ++++++++--------- man/dodgr_isochrones.Rd | 6 ++--- man/dodgr_isodists.Rd | 6 ++--- man/dodgr_isoverts.Rd | 6 ++--- man/dodgr_load_streetnet.Rd | 10 ++++---- man/dodgr_paths.Rd | 12 ++++----- man/dodgr_sample.Rd | 22 ++++++++--------- man/dodgr_save_streetnet.Rd | 10 ++++---- man/dodgr_sflines_to_poly.Rd | 22 ++++++++--------- man/dodgr_streetnet.Rd | 10 ++++---- man/dodgr_streetnet_geodesic.Rd | 10 ++++---- man/dodgr_streetnet_sc.Rd | 10 ++++---- man/dodgr_times.Rd | 12 ++++----- man/dodgr_to_igraph.Rd | 12 ++++----- man/dodgr_to_sf.Rd | 12 ++++----- man/dodgr_to_sfc.Rd | 12 ++++----- man/dodgr_to_tidygraph.Rd | 12 ++++----- man/dodgr_uncontract_graph.Rd | 6 ++--- man/dodgr_vertices.Rd | 22 ++++++++--------- man/estimate_centrality_threshold.Rd | 6 ++--- man/estimate_centrality_time.Rd | 6 ++--- man/hampi.Rd | 2 +- man/igraph_to_dodgr.Rd | 12 ++++----- man/match_points_to_graph.Rd | 10 ++++---- man/match_points_to_verts.Rd | 10 ++++---- man/match_pts_to_graph.Rd | 10 ++++---- man/match_pts_to_verts.Rd | 10 ++++---- man/merge_directed_graph.Rd | 22 ++++++++--------- man/os_roads_bristol.Rd | 2 +- man/summary.dodgr_dists_categorical.Rd | 22 ++++++++--------- man/weight_railway.Rd | 10 ++++---- man/weight_streetnet.Rd | 34 ++++---------------------- man/weighting_profiles.Rd | 2 +- man/write_dodgr_wt_profile.Rd | 22 ++++++++--------- 56 files changed, 311 insertions(+), 334 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 88a007597..d52711476 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 1e93fe7ee..5eb7f5b49 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 6636177d1..c3f267e39 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 cd8d8d329..72fa619d9 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 2ff34c9f9..86cdce04f 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 2b630b45b..21086ea68 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 f2aecec64..28a3c574f 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 f322aa174..89cd746b3 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 bb5e00be0..db815a63a 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 cdb9b646b..6430a0e76 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 04c2329fa..031727f00 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 c889d141b..a1cc40af8 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 23058e12d..6a5cc77c7 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 45f25534c..0586bbf72 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 9f860ad64..d0a9d74ce 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 d4a8324c5..13d45f4f5 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 9e97d5bcf..b035f74b5 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 e5d3ad350..ddf7fbcc3 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 e59ca3ffd..3d4e50b36 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 05329e200..d3f76bab1 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 32712318b..36f599e8a 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 16510cbce..2603514f5 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 62c2eb648..3ef2b4b43 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 aaf9d88ad..842312f64 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 887bdf0eb..a52f116ba 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 69452080e..8dc40e0fa 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 927be731c..421b23466 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 4e0c2bc68..f1dae7ed1 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 a01400aa0..4542a0631 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 15db27436..7e934ab6e 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 81665f415..d108daf7f 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 9764f01bf..c74605551 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 0958b1bc9..07d8b3b2c 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 ce1f918b9..b42afe751 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 a9aeec51f..9b6a5b000 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 e704655a2..9bbcc7de1 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 46fd80b2f..f55de747f 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 38a3c47b0..a31dfc5c4 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 3f907a6ef..bf4f12115 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 e2f466d0b..ef01611f6 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 28a8eddb0..0b65eba58 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 c81293b95..86b203f8e 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 e507244ed..ea23a5f7d 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 ad5841d86..932a58e8e 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 4281ea222..80a067236 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 57f11d9e2..af328f2cd 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 397b8bd00..0e76e7d48 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 4181e2a8e..d36385303 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 76053bf63..c691e5475 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 86dc24f83..5fbfca83f 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 ea708f7d3..9632a613e 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 19c6b1e7e..6ee7f3d15 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 d0cdfd62a..2366ada57 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 55d2d67b2..557994ace 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 9ab9aaa53..ca7c91212 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 2f06433c6..3477533f0 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}