Note
This documents the development version of NetworkX. Documentation for the current release can be found here.
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