The function takes a graph and returns a set of common summary graph statistics to understand the graph topology. These statistics are, number of node, number of edges, number of components, Betweeness, Mean Degree, Assortivity, Clustering, and Mean Distance.
NetworkStats(g, colname = "value")
g | An igraph object |
---|---|
colname | A character string. The desired name of the output statistic column. the default is "value" |