Learn R Programming

ITNr (version 0.3.0)

ITNproperties: ITN Properties

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

ITNproperties(gs)

Arguments

gs

International Trade Network - igraph object

Value

Table of centrality results (dataframe)

Examples

Run this code
# NOT RUN {
##Load the network
data(ELEnet16)

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

# }

Run the code above in your browser using DataLab