ITN_make_plot function

Single Clean ITN Plot

Single Clean ITN Plot

This function plots a single/clean ITN

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

Returns

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)
  • Maintainer: Matthew Smith
  • License: GPL-3
  • Last published: 2023-03-31

Useful links