region_circle_plot: region_circle_plot

View source: R/region_circle_plot_function.R

region_circle_plotR 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)


MatthewSmith430/ITNr documentation built on April 15, 2024, 8:05 a.m.