ITNproperties: ITN Properties

View source: R/ITNproperties_function.R

ITNpropertiesR Documentation

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, weighted)

Arguments

gs

International Trade Network - igraph object

weighted

TRUE-weighted, FALSE-binary

Value

Table of centrality results (dataframe)

Examples

##Load the network
data(ELEnet16)

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


MatthewSmith430/ITNr documentation built on April 15, 2024, 8:05 a.m.