igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [igraph] R graph object array?


From: Gang Su
Subject: Re: [igraph] R graph object array?
Date: Thu, 10 Dec 2009 17:30:10 -0500
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Gabor,

Thanks a lot!

Gang

Gábor Csárdi wrote:
Gang,

put them into a list:

x <- list(g1, g2, g3, ...)
x[[1]]
x[[2]]
etc.

Gabor

On Wed, Dec 9, 2009 at 11:35 PM, Gang Su <address@hidden> wrote:
Dear developers,

I was wondering how to create graph objects array in R. i want an array with
graph objects, such as

x <- c(g1, g2, g3...)

but it deosn't work.
Could someone help? Thanks

Gang


_______________________________________________
igraph-help mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/igraph-help









reply via email to

[Prev in Thread] Current Thread [Next in Thread]