get_network_characteristics {SeqNet} | R Documentation |
The average degree, clustering coefficient, and average path length are calculated.
get_network_characteristics(network, global_only = FALSE)
network |
A 'network', 'network_module', or 'matrix' object. |
global_only |
If |
A list containing characteristics of the network.
nw <- random_network(10)
get_network_characteristics(nw)