This documentation is for version 1.4.dev_20110115230102, which is not released yet.
Return the periphery of the graph G.
The center is the set of nodes with eccentricity equal to radius.
| Parameters : | G : NetworkX graph
e : eccentricity dictionary, optional
|
|---|---|
| Returns : | c : list
|