max_in_degree#

max_in_degree(graph)#

The maximum in degree of any node in the graph.

Parameters:

graph (GraphView) – a directed Raphtory graph

Returns:

value of the largest indegree

Return type:

int