powered by
This function plots the ITN (probability) degree distribtuion
ITNdegdist(gs)
Panel of ITN degree distribution plots
International Trade Network - igraph object
require(igraph) ##Create random International Trade Network (igraph object) ITN<-erdos.renyi.game(75,0.05,directed = TRUE) ##Plot degree distribution deg_dist_plot<-ITNdegdist(ITN)
Run the code above in your browser using DataLab