ITNdegdist function

ITN Degree Distribution

ITN Degree Distribution

This function plots the ITN (probability) degree distribtuion

ITNdegdist(gs)

Arguments

  • gs: International Trade Network - igraph object

Returns

Panel of ITN degree distribution plots

Examples

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

Useful links