Re: [R] Drawing a graph with vertices and edges using tcl/tk

2005-07-31 Thread Dirk Koschuetzki
Hello, On Sun, 31 Jul 2005 13:46:31 +0200, Søren Højsgaard <[EMAIL PROTECTED]> wrote: > Dear all; I would like to draw a graph with vertices and edges Another option besides graphviz and Rgraphviz is the sna package from cran. Look into the gplot function, perhaps it is what you need. Cheer

Re: [R] Drawing a graph with vertices and edges using tcl/tk

2005-07-31 Thread Robert Gentleman
Rgraphviz is a fairly complete interface that works on all systems now, including Windows. http://www.bioconductor.org/packages/bioc/devel/src/contrib/html/Rgraphviz.html but not the absolute latest Graphviz (2.4) as it has gone through pretty extensive code rearrangements. We should have a vers

Re: [R] Drawing a graph with vertices and edges using tcl/tk

2005-07-31 Thread Gabor Grothendieck
Another approach is the Bell Labs graphviz system. See http://www.graphviz.com For an example of using it from R, see the dot.proto function in the 'proto' package. dot.proto generates dot language output to draw a graphviz graph of the objects in any R program written using 'proto'.

Re: [R] Drawing a graph with vertices and edges using tcl/tk

2005-07-31 Thread Peter Dalgaard
Søren Højsgaard <[EMAIL PROTECTED]> writes: > Dear all; I would like to draw a graph with vertices and edges, and I guess > tcl/tk would be appropriate. I don't know tcl/tk but have googled for a > 10-page (or so) introduction to 'getting started with tcl/tk in R' but > without any luck. > - Do

[R] Drawing a graph with vertices and edges using tcl/tk

2005-07-31 Thread Søren Højsgaard
Dear all; I would like to draw a graph with vertices and edges, and I guess tcl/tk would be appropriate. I don't know tcl/tk but have googled for a 10-page (or so) introduction to 'getting started with tcl/tk in R' but without any luck. - Does anyone know of the existence of such a document or an