ITNdegdist: ITN Degree Distribution

View source: R/ITNdegdist_function.R

ITNdegdistR 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)


MatthewSmith430/ITNr documentation built on April 15, 2024, 8:05 a.m.