Skip to main content

radius

Function radius 

Source
pub fn radius(graph: &Graph) -> IgraphResult<Option<u32>>
Expand description

Radius of graph — the minimum vertex eccentricity. None for a graph with no vertices (matches upstream’s IGRAPH_NAN for the null graph).

Counterpart of igraph_radius(_, NULL_weights, _, IGRAPH_OUT).