Learn R Programming

ITNr (version 0.3.0)

ITNcluster: ITN Cluster

Description

This function calculates cluster membership for ITN and compares with regional groupings

Usage

ITNcluster(gs)

Arguments

gs

International Trade Network - igraph object (with region attribute)

Value

Cluster object containing various cluster membership and correlation results

Examples

Run this code
# NOT RUN {
##Load ITN
data(ELEnet16)

##Cluster Analysis
CLU<-ITNcluster(ELEnet16)
# }

Run the code above in your browser using DataLab