block by micahstubbs d8d96e1e554aa72671f4

Network with Communities

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.

forked from emeeks‘s block: Networks - Graphs 3

index.html

firm.csv

jsLouvain.js