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