powered by
This function plots the ITN (probability) degree distribtuion
ITNdegdist(gs)
International Trade Network - igraph object
Panel of ITN degree distribution plots
# NOT RUN { 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