Description Usage Arguments Value Examples
This helper function prints or returns multiple metrics of arbitrary iGraph graph object.
1 | graph_metrics(graph, verbose = TRUE, return = FALSE)
|
graph |
iGraph object to analyze. |
verbose |
If TRUE graph information is printed. |
return |
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.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.