Re: [R] Network Construction in R

2007-09-24 Thread Gabor Csardi
Johannes, with the igraph package, this would be something like library(igraph) g - graph.data.frame( data.frame(from=data$acra, to=data$acrb, weight=data$expab)) Gabor On Sun, Sep 23, 2007 at 11:39:40AM -0400, Johannes Urpelainen wrote: Hi, I am trying to construct

Re: [R] Network Construction in R

2007-09-24 Thread Robert Gentleman
there are several packages that can be used: the graph, RBGL and Rgraphviz packages, provide data structures, algorithms, and layout/plotting tools for graphs/networks. There are quite a few more specialized packages at Bioconductor (typically more related to biological problems). There, you