get_network_characteristics {SeqNet} | R Documentation |
Characteristics of the network topology
Description
The average degree, clustering coefficient, and average path length are calculated.
Usage
get_network_characteristics(network, global_only = FALSE)
Arguments
network |
A 'network', 'network_module', or 'matrix' object. |
global_only |
If |
Value
A list containing characteristics of the network.
Examples
nw <- random_network(10)
get_network_characteristics(nw)
[Package SeqNet version 1.1.3 Index]