ITNproperties_base function

ITN Properties Base

ITN Properties Base

This function calculates network level properties for the ITN. These include: -Size (number of nodes) -Density -Reciprocity -Diameter -Average path length -Average node strength -Average Degree -Betweenness Centralisation -Closeness Centralisation -Eigenvector Centralisation -Out Degree Centralisation -In Degree Centralisation -All Degree Centralisation -Clustering coefficent (transitivity) -Clustering Weighted -Degree Assortativity

ITNproperties_base(gs, weighted)

Arguments

  • gs: International Trade Network - igraph object
  • weighted: TRUE-weighted, FALSE-binary

Returns

Table of centrality results (dataframe)

Examples

##Load the network data(ELEnet16) ##Calculate the network properties ITNPROP<-ITNproperties_base(ELEnet16,TRUE)
  • Maintainer: Matthew Smith
  • License: GPL-3
  • Last published: 2023-03-31

Useful links