Re: [R] Rgraphviz: Setting the edge width

2006-07-13 Thread Seth Falcon
Søren Højsgaard [EMAIL PROTECTED] writes: I create an undirected graph with Rgraphviz (see code below). I would like to make the edges thicker. Can anyone help on this?? Questions on Rgraphviz are best directed to the bioconductor mail list. I think you already discovered that, but for the

[R] Rgraphviz: Setting the edge width

2006-07-06 Thread Søren Højsgaard
I create an undirected graph with Rgraphviz (see code below). I would like to make the edges thicker. Can anyone help on this?? Regards Søren V - c(A,B,C,D) E - list(c(A,B),c(B,C),c(C,D),c(D,A),c(A,C)) Eidx - lapply(E, match, V) edL - vector(list, length=length(V)) names(edL) -