ITN_make_plot {ITNr} | R Documentation |
Single Clean ITN Plot
Description
This function plots a single/clean ITN
Usage
ITN_make_plot(gs, LABEL, REGION)
Arguments
gs |
International Trade Network - igraph object |
LABEL |
Should labels be present - TRUE/FALSE |
REGION |
Should nodes be coloured on the basis of region TRUE/FALSE |
Value
Panel of ITN plots
Examples
##Load graph
data("ELEnet16")
##Otherwise download data from WITS and create an
##International Trade Network using WITSclean()
##Plot the network - No Label, colour by region
ITN_plot_example<-ITN_make_plot(ELEnet16,FALSE,TRUE)
[Package ITNr version 0.7.0 Index]