ITNhistdegdist: ITN Histogram Degree Distribution

View source: R/ITNhistdegdist_function.R

ITNhistdegdistR Documentation

ITN Histogram Degree Distribution

Description

This function plots the histogram degree distribution for the ITN

Usage

ITNhistdegdist(gs)

Arguments

gs

International Trade Network - igraph object

Value

Panel of ITN histogram degree distribution plots

Examples

require(igraph)

##Create random International Trade Network (igraph object)
ITN<-erdos.renyi.game(75,0.05,directed = TRUE)

##Add edge weights
E(ITN)$weight<-runif(ecount(ITN), 0, 1)

##Plot degree distribution histogram
hist_deg_dist<-ITNhistdegdist(ITN)

ITNr documentation built on March 31, 2023, 6:59 p.m.

Related to ITNhistdegdist in ITNr...