ITNplotset {ITNr} | R Documentation |
ITN Plots
Description
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.
Usage
ITNplotset(gs)
Arguments
gs |
International Trade Network - igraph object |
Value
Panel of ITN plots
Examples
##Load the network
data(ELEnet16)
##Plot set of network visualisations
ITNplotset(ELEnet16)
[Package ITNr version 0.7.0 Index]