[INTERNAL] This helper function prints or returns multiple metrics of arbitrary iGraph graph object.
graph_metrics(graph, verbose = TRUE, return = FALSE)
Named list of metrics including vertex count, edge count, number of components, size of largest component and the relative frequency of zero degree vertices.
[igraph] iGraph object to analyze.
[bool] If TRUE graph information is printed.
[bool] If TRUE graph information is returned from function.