powered by
The average degree, clustering coefficient, and average path length are calculated.
get_network_characteristics(network, global_only = FALSE)
A 'network', 'network_module', or 'matrix' object.
If TRUE, only the global characteristics are calculated.
TRUE
A list containing characteristics of the network.
# NOT RUN { nw <- random_network(10) get_network_characteristics(nw) # }
Run the code above in your browser using DataLab