relax(obj,p1=100,p2=100,p3=100,p4=100,p5=100,p6=100,p7=10,p8=10,ps=FALSE)
Brandes U. Drawing graphs: methods and models. In: Lecture notes in computer science. Kaufmann M. and Wagner D. (Ed), vol. 2025. Heidelberg: Springer; 2001: 71-86.
Fruchterman TMJ, Reingold EM. Graph drawing by force-directed placement. Software: Practice and Experience 1991, 21(11):1129-1164.
rdp <- RedPort('MyPort')
g <- graph.lattice(c(5,5,5))
## Not run:
#
# calld(rdp)
# addGraph( rdp, g, layout.random(g) )
# relax(rdp)
#
# ## End(Not run)
Run the code above in your browser using DataLab