ITNproperties: ITN Properties

Description Usage Arguments Value Examples

Description

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 -Region Homophily -Degree Assortativity

Usage

1

Arguments

gs

International Trade Network - igraph object

Value

Table of centrality results (dataframe)

Examples

1
2
3
4
5
##Load the network
data(ELEnet16)

##Calculate the network properties
ITNPROP<-ITNproperties(ELEnet16)

mrmrmrmrmrmr/network documentation built on May 14, 2019, 6 a.m.