ITNplotset: ITN Plots

View source: R/ITNplotset_function.R

ITNplotsetR 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)



ITNr documentation built on March 31, 2023, 6:59 p.m.

Related to ITNplotset in ITNr...