do.degree.description {netmodels}R Documentation

Degree description of the network

Description

Calculates the degree distribution for both the original network and the simplified one (the network whose multiple edges have been removed)

Usage

do.degree.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 with the original degree and the simplified one for all the nodes of the network.

Note

Author(s)

Domingo Vargas

References

See Also

Examples


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


[Package netmodels version 0.1 Index]