radius
Returns the radius of the graph G.
The radius is the minimum eccentricity.
G (NetworkX graph) – A graph
e (eccentricity dictionary, optional) – A precomputed dictionary of eccentricities.
r – Radius of graph
integer