distance between nodes in undirected graph

Hello
please i want to know all the possible way to calculate the distance between nodes in undirected graph

I've had a lot of success with the igraph r package is a handy tool for this.

There's a set of functions to calculate dances between nodes:
https://igraph.org/r/doc/distances.html


For more of an introduction to network analysis with R, there's a nice intro here;

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.