Graphpass  0.0.2
A helper library for network filtering, analysis and visualization
Functions
quickrun.h File Reference

produces a lightweight vizualization for a graph. More...

Go to the source code of this file.

Functions

int quickrunGraph ()
 

Detailed Description

produces a lightweight vizualization for a graph.

The quickrun utilty is intended for producing generic vizualisations for network graphs, relatively quickly using basic algorithms. Node sizes are produced using basic degree. Node (rgb) colours are delineated using walktrap modularity. Node positions are 2d and set using the Fruchterman-Rheingold algorithm, which emphasizes the spacing between nodes.