ITN_map_plot: ITN plot on world map

View source: R/ITN_map_plot_function.R

ITN_map_plotR Documentation

ITN plot on world map

Description

This function plots the international trade network on a world map

Usage

ITN_map_plot(gs)

Arguments

gs

International Trade Network - igraph object

Value

Plot of the ITN on world map

Examples


require(maps)
##Load the ITN
data(ELEnet16)

## Plot ITN on map - node size based on outdegree
ITN_map_plot(ELEnet16)


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

Related to ITN_map_plot in ITNr...