ITN_make_plot: Single Clean ITN Plot

Description Usage Arguments Value Examples

Description

This function plots a single/clean ITN

Usage

1
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

1
2
3
4
5
6
7
8
##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)

mrmrmrmrmrmr/network documentation built on May 14, 2019, 6 a.m.