Learn R Programming

ITNr (version 0.7.0)

ITNcluster: ITN Cluster

Description

This function calculates cluster membership for ITN

Usage

ITNcluster(gs)

Value

Cluster object containing various cluster membership results

Arguments

gs

International Trade Network - igraph object (with region attribute)

Examples

Run this code
# \donttest{
##Load ITN
data(ELEnet16)

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

Run the code above in your browser using DataLab