powered by
This function computes graphs and nodes measures to analyse all the layers in one shot.
measuresNet(graphL, nodes.measures = TRUE)
list of measure for each layer.
a list of graphs as igraphs objects.
logical, if falso it computes only graph measures, if true it computes also nodes measures (default TRUE).
data("graphL_data") measuresNet(graphL_data)
Run the code above in your browser using DataLab