do.links.description {netmodels}R Documentation

Prints the frequency of links between the nodes of the network

Description

Calculates the frequency of links between the nodes of the network.

Usage

do.links.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 containing the frequency between the nodes is returned.

Author(s)

Domingo Vargas

Examples


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


[Package netmodels version 0.2 Index]