do.links.description {netmodels} | R Documentation |
Calculates the frequency of links between the nodes of the network.
do.links.description(graph, filename = NULL)
graph |
Igraph network object |
filename |
If it is specified, a file in csv format is created with the results |
Dataframe containing the frequency between the nodes is returned.
Domingo Vargas
data(test.net,package="netmodels") v <- do.links.description(test.net)