Learn R Programming

Patterns (version 1.2)

analyze_network: Analysing the network

Description

Calculates some indicators for each node in the network.

Usage

analyze_network(Omega,nv,...)

Arguments

Omega

a network object

nv

the level of cutoff at which the analysis should be done

...

Optional arguments

Value

A matrix containing, for each node, its betweenness,its degree, its output, its closeness.

Examples

Run this code
# NOT RUN {
data(network)
analyze_network(network,nv=0)
# }

Run the code above in your browser using DataLab