block by emeeks 3a54620a4751a7d68c1e

Example of d3.layout.forceInABox

Full Screen

An implementation of d3.layout.forceInABox which implements a method to separate nodes in a network visually based on some kind of group membership.

In this case, the group is the community membership of the node as determined by Louvain modularity using jLouvain.js.

index.html

firm.csv

forceInABox.js

jsLouvain.js