Calculates some indicators for each node in the network.
analyze_network(Omega,nv,...)
a network object
the level of cutoff at which the analysis should be done
Optional arguments
A matrix containing, for each node, its betweenness,its degree, its output, its closeness.
# NOT RUN {
data(network)
analyze_network(network,nv=0)
# }
Run the code above in your browser using DataLab