View source: R/ITNproperties_base_function.R
ITNproperties_base | R Documentation |
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)
gs |
International Trade Network - igraph object |
weighted |
TRUE-weighted, FALSE-binary |
Table of centrality results (dataframe)
##Load the network
data(ELEnet16)
##Calculate the network properties
ITNPROP<-ITNproperties_base(ELEnet16,TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.