I am wondering if it is in some way possible to visualize a network with tkplot() function, move the nodes in a desired position and then get the coordinates of this position of nodes? Have you ever done this? Or what could be another way if I do not know a specific position before plotting and want to see the result at first and only after decide the position. This would save a lot of time of trying to find the best coordinates by inserting numbers. Thanks!
Asked
Active
Viewed 407 times
0
-
It's in the documentation: http://igraph.org/r/doc/tkplot.html. Specifically you will want `tk_coords()` – emilliman5 May 16 '17 at 13:42
-
tk_coords() is what I was looking for, thanks! – CaffeRistretto May 17 '17 at 16:43