powered by
Function to Create a distance matrix when some vertices are duplicated.
dist_mat_dupl(graph, start, end)
The Graph to use
The vertices to use as starting points
The vertices to use as ending points
A matrix with the distances between the vertices
# NOT RUN { #This is an internal function, no example provided # }
Run the code above in your browser using DataLab