Skip to content

Hierarchical Diagram of Networks in sna or otherwise?

4 messages · Jarrett Byrnes, William Revelle, Gábor Csárdi

#
Nearly.  The algorithm turns up slightly different graphs each time (and
set.seed doesn't seem to make it consistent) and periodically chokes.  But
better than what I had.  Hrm.  I don't know much about the algorithm
graphviz uses for dot.  Do you have a reference on hand?  If it's simple,
I'd be willing to take a whack at it.
G?bor Cs?rdi-2 wrote:

  
    
#
Jarrett,
At 11:31 AM -0700 5/4/09, jebyrnes wrote:
If you like the dot output from graphviz you can 
get that using Rgraphviz from bioconductor. 
Although somewhat difficult to install, once 
installed it works beautifully.

Bill
#
On Mon, May 4, 2009 at 8:31 PM, jebyrnes <byrnes at msi.ucsb.edu> wrote:
Hmmm, that should not happen, I'll check it out.
Can you send me the graph for which this happens?
No, I don't. Have you checked the graphviz homepage?
I doubt that it is simple, but I think it would be very useful to have
a free implementation. (I would have already ported the graphviz
layout algorithms to igraph, but their licenses are not compatible.)

Best,
Gabor

  
    
#
No worries.  I've actually switched to using Rgraphviz from bioconductor, and
the results are pretty great (after the initial head-pounding to get it
setup).
G?bor Cs?rdi-2 wrote: