On Tue, Oct 16, 2012 at 7:04 PM, Sam Steingold <[email protected]> wrote: > so I have to save igraph graph in dot, load it into R _again_(!) using > graphviz - and get a segfault in the process! :-(
If you use graphviz from R, then you don't actually have to save the graph, you can convert it to a 'graph' object: http://igraph.sourceforge.net/doc/R/graphNEL.html I don't know why you are getting a segfault, the file seems correct to me. If you think there is something wrong with it, please tell me what exactly is wrong. [...] > I understand your reluctance to repeat the efforts already done by the > others, but I really think it is worth it to do something similar to the > 500 lines of JS in <https://github.com/anvaka/VivaGraphJS> Which algorithm, in particular? Why do you think this algorithm is better than the ones in igraph? They don't use any curved edges. G. [...] _______________________________________________ igraph-help mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/igraph-help
