top of page
Search

How to Create Chord Diagram in R with Circlize

hands on a keyboard

Overview

A chord diagram is a graphical tool used to visualize interrelationships or flows between multiple entities (nodes) in a dataset. It arranges data radially around a circle, with arcs connecting the nodes to represent relationships. The thickness of each arc is proportional to the significance or magnitude of the flow or connection it represents.

Example of a Chord Diagram

example of a chord diagram

How to Create a Chord Diagram in R with Circlize

Load the required libraries as shown below.

loading the necessary libraries in R

Create sample data set, in this case I am going to create a 5 by 3 matrix showing subject’s performance in different exams using the code below.

creating sample data inform of a matrix

See the sample dataset.

sample dataset

Create a chord diagram using this function.

using chordDiagram function to create a chord diagram

Executing the above generates the view below.

sample chord diagram

Color Customization

Note, the colors representing the rows and columns of the matrix can be customized by passing the argument grid.col as shown below.

customizing colors on chord diagram in r

Executing the above generates the view below.

chord diagram with customized colors

Note, you can use the transparency argument to control the level of transparency of the arcs. The lower the value the more opaque the color is – with the default value being 0.5.

customizing chord diagram

Executing the above generates the view below.

final chord diagram generated with circlize package in r

Conclusion

Chord diagrams are highly effective for illustrating interrelationships between entities in a matrix. Their radial layout and hierarchical edge bundling reduce visual complexity, making them ideal for analyzing flows in migration studies, economic exchanges, and genome mapping. Their aesthetic appeal further enhances their popularity in presenting weighted relationships between datasets.

If you like the work we do and would like to work with us, drop us an email on our contacts page and we’ll reach out!

Thank you for reading!

Tags:

 
 
Original.png

We Support You Deliver Business-Focused Solutions That Enable Data-Driven Decision Making.

  • Tableau profile
  • YouTube
  • White LinkedIn Icon
  • Facebook
  • X

QUICK LINKS

CONTACT US

+254 738 307 495

East Gate Mall, Donholm

3rd Floor Suite No. 3i

Nairobi, Kenya

Join our mailing list

bottom of page