Displaying 1 result from an estimated 1 matches for "20ver2".
Did you mean:
20very
2010 Dec 01
1
Graph in R with edge weights
Can you please show code example, how to draw graph with some nodes and
edges, but with weights. I only found here
http://www.bioconductor.org/packages/release/bioc/vignettes/Rgraphviz/inst/doc/Rgraphviz.pdf-
Using edge weights for labels, but...
Here an example:
> library("graph"); library(Rgraphviz)
> myNodes = c("s", "p", "q", "r")
>