graph_metrics | R Documentation |
[INTERNAL] This helper function prints or returns multiple metrics of arbitrary iGraph graph object.
graph_metrics(graph, verbose = TRUE, return = FALSE)
graph |
[igraph] iGraph object to analyze. |
verbose |
[bool] If TRUE graph information is printed. |
return |
[bool] If TRUE graph information is returned from function. |
Named list of metrics including vertex count, edge count, number of components, size of largest component and the relative frequency of zero degree vertices.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.