Network Analysis in R
James Curley
Associate Professor, University of Texas at Austin
Minimize edge crossing
Do not allow vertices to overlap
Make edge lengths as uniform as possible
Increase symmetry of the network as much as possible
Position more influential nodes towards the center
plot(g, layout = layout.fruchterman.reingold(g))
Network Analysis in R