region_circle_plot {ITNr} | R Documentation |
region_circle_plot
Description
This function creates a chord diagram/circle plot for levels of trade between regional partitions
Usage
region_circle_plot(gs)
Arguments
gs |
igraph ITN object (with attributes added) |
Value
Circle Plot
Examples
##Load graph
data("ELEnet16")
##Create region circle plot
region_circle_plot(ELEnet16)
[Package ITNr version 0.7.0 Index]