radius

radius(G, e=None, usebounds=False)[source]

Returns the radius of the graph G.

The radius is the minimum eccentricity.

Parameters
GNetworkX graph

A graph

eeccentricity dictionary, optional

A precomputed dictionary of eccentricities.

Returns
rinteger

Radius of graph