Description Usage Arguments Value Examples
This function plots the international trade network on a world map
1 | ITN_map_plot(gs)
|
gs |
International Trade Network - igraph object |
Plot of the ITN on world map
1 2 3 4 5 6 | require(maps)
##Load the ITN
data(ELEnet16)
## Plot ITN on map - node size based on outdegree
ITN_map_plot(ELEnet16)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.