Hi,

On Sat, Nov 23, 2013 at 1:21 PM, Hermann Norpois <[email protected]> wrote:
> Hello,
>
> I have an igraph-object that comprises an array of independent networks.

this is not really possible. An igraph object is a single graph, it
cannot contain an array (list?) of networks.

> So
> far I did find a function that singularises the networks. Could you please
> give me a hint how to do so.

Please tell us exactly what you want to use. What does it mean to
"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
> [email protected]
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>

_______________________________________________
igraph-help mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/igraph-help

Reply via email to