This function creates a panel of four plots of the ITN for a quick inspection. These include plots: (i) highlighting clusters using the fast greedy algorithm.(ii)node colours for communities detected using the spinglass algorithm. (iii)nodes coloured by regional partition and (iv)with nodes coloured by regional partition and node size based on outdegree centrality.
ITNplotset(gs)
Arguments
gs: International Trade Network - igraph object
Returns
Panel of ITN plots
Examples
##Load the networkdata(ELEnet16)##Plot set of network visualisationsITNplotset(ELEnet16)