NetworkStats: NetworkStats Creates summary statistics of the network

Description Usage Arguments

View source: R/NetworkStats.R

Description

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.

Usage

1
NetworkStats(g, colname = "value")

Arguments

g

An igraph object

colname

A character string. The desired name of the output statistic column. the default is "value"


JonnoB/PowerGridNetworking documentation built on Aug. 7, 2021, 3:04 a.m.