Learn R Programming

ITNr (version 0.3.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)

Arguments

gs

igraph ITN object (with attributes added)

Value

Circle Plot

Examples

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

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

Run the code above in your browser using DataLab