ITNdegdist {ITNr}R Documentation

ITN Degree Distribution

Description

This function plots the ITN (probability) degree distribtuion

Usage

ITNdegdist(gs)

Arguments

gs

International Trade Network - igraph object

Value

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)


[Package ITNr version 0.7.0 Index]