|
From: | Hermann Norpois |
Subject: | Re: [igraph] Get the independent networks |
Date: | Sat, 23 Nov 2013 20:14:58 +0100 |
Hi,
this is not really possible. An igraph object is a single graph, it
On Sat, Nov 23, 2013 at 1:21 PM, Hermann Norpois <address@hidden> wrote:
> Hello,
>
> I have an igraph-object that comprises an array of independent networks.
cannot contain an array (list?) of networks.
Please tell us exactly what you want to use. What does it mean to
> So
> far I did find a function that singularises the networks. Could you please
> give me a hint how to do so.
"singularise" a network?
Maybe you have an unconnected network with multiple components, that
you want to decompose into several igraph objects, one for each
component? Then use decompose.graph().
G.
> Thanks
> Hermann
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>
_______________________________________________
igraph-help mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/igraph-help
[Prev in Thread] | Current Thread | [Next in Thread] |