Re: [R] Creating and editing networks

2004-05-09 Thread Robert Gentleman
Or graph, RBGL and Rgraphviz from www.bioconductor.org On Sun, May 09, 2004 at 02:35:02PM +0200, Uwe Ligges wrote: > Gabor Grothendieck wrote: > > I want to draw and edit networks. Currently I will do something like this -- > > my actual networks are larger and more complex: > > > > 1. Plot

Re: [R] Creating and editing networks

2004-05-09 Thread Uwe Ligges
Gabor Grothendieck wrote: I want to draw and edit networks. Currently I will do something like this -- my actual networks are larger and more complex: 1. Plot network # use polygon with nodes as example network N <- 20 t. <- 2*pi*seq(N+1)/N plot(cos(t.), sin(t.), type="b", pch=19, cex=5, col="bl

[R] Creating and editing networks

2004-05-09 Thread Gabor Grothendieck
I want to draw and edit networks. Currently I will do something like this -- my actual networks are larger and more complex: 1. Plot network # use polygon with nodes as example network N <- 20 t. <- 2*pi*seq(N+1)/N plot(cos(t.), sin(t.), type="b", pch=19, cex=5, col="blue", axes=F, ann=F) 2.