View source: R/graph_functions_sf.R
dist_mat_dupl | R Documentation |
Function to Create a distance matrix when some vertices are duplicated.
dist_mat_dupl(graph, start, end)
graph |
The Graph to use |
start |
The vertices to use as starting points |
end |
The vertices to use as ending points |
A matrix with the distances between the vertices
#This is an internal function, no example provided
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.