do.base.description {netmodels}R Documentation

Calculates some key variables of the network

Description

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).

Usage

do.base.description(graph, filename = NULL)

Arguments

graph Igraph network object
filename If it is specified, a file in csv format is created with the results

Details

Value

Dataframe containing the names(var) and the results is returned.

Note

Author(s)

Domingo Vargas

References

See Also

Examples


data(test.net,package="netmodels")
v <- do.base.description(test.net)


[Package netmodels version 0.1 Index]