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: Gábor Csárdi
Subject: Re: [igraph] R graph object array?
Date: Thu, 10 Dec 2009 00:08:37 +0100

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
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

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