do.degree.description {netmodels} | R Documentation |
Calculates the degree distribution for both the original network and the simplified one (the network whose multiple edges have been removed)
do.degree.description(graph, filename = NULL)
graph |
Igraph network object |
filename |
If it is specified, a file in csv format is created with the results |
Dataframe with the original degree and the simplified one for all the nodes of the network.
Domingo Vargas
data(test.net,package="netmodels") v <- do.degree.description(test.net)