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

Value

Dataframe with the original degree and the simplified one for all the nodes of the network.

Author(s)

Domingo Vargas

Examples


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


[Package netmodels version 0.2 Index]