block by emeeks 09a49d15df06d56c8f70

Networks - Graphs 3

Full Screen

Graph Example 3 for How to Create Effective Network Data Visualization

This example relies on the jLouvain library to calculate community structure of the network using the Louvain method. Automatic community detection in networks attempts to find structures such that the majority of links are within communities and only few links are between communities.

After detecting communities, links between communities are highlighted with thicker lines and individuals connected to consultants in other communities are similarly highlighted.

index.html

firm.csv

jsLouvain.js