ITN_make_plot: Single Clean ITN Plot

View source: R/ITN_make_plot_function.R

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


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

Related to ITN_make_plot in ITNr...