compute.measures: Compute several network measures of a complex network.

Description Usage Arguments Value

View source: R/measure_function.R

Description

Compute several network measures of a complex network.

Usage

1
2
3
4
5
6
## S3 method for class 'measures'
compute(
  igraph.network,
  i,
  data = fread("removed_loops/output/removed_loops_table.csv")
)

Arguments

igraph.network

Network as an igraph object.

i

Network index

Value

ID, Network Name, Reciprocity, Degree Distribution, Transitivity, Degree Assortativity, Betweenness, Closeness, Average Path Lenght, Hierarchy, Density


MattiaGirardi1997/Understanding-Complex-Networks documentation built on Feb. 26, 2021, 12:23 a.m.