do.base.description {netmodels} | R Documentation |
These function calculates the number of nodes, links, average degree, "ulinks" ("unique links": number of links in the network whose multiple links have been removed), links ratio (overall recurrence of multiple links between nodes), diameter, average path length, density and number of clusters).
do.base.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 names(var) and the results is returned.
Domingo Vargas
data(test.net,package="netmodels") v <- do.base.description(test.net)