Learn R Programming

INetTool (version 0.1.1)

measuresNet: measuresNet

Description

This function computes graphs and nodes measures to analyse all the layers in one shot.

Usage

measuresNet(graphL, nodes.measures = TRUE)

Value

list of measure for each layer.

Arguments

graphL

a list of graphs as igraphs objects.

nodes.measures

logical, if falso it computes only graph measures, if true it computes also nodes measures (default TRUE).

Examples

Run this code
data("graphL_data")
measuresNet(graphL_data)

Run the code above in your browser using DataLab