Learn R Programming

ITNr (version 0.7.0)

region_circle_plot: region_circle_plot

Description

This function creates a chord diagram/circle plot for levels of trade between regional partitions

Usage

region_circle_plot(gs)

Value

Circle Plot

Arguments

gs

igraph ITN object (with attributes added)

Examples

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

##Create region circle plot
region_circle_plot(ELEnet16)
# }

Run the code above in your browser using DataLab