igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] matrix and attributes


From: Gábor Csárdi
Subject: Re: [igraph] matrix and attributes
Date: Fri, 10 Oct 2014 10:32:17 -0400

I would suggest to load both files into R, create an igraph graph from
them, and then save it in GraphML format.

Gabor

On Fri, Oct 10, 2014 at 6:56 AM, Tamas Nepusz <address@hidden> wrote:
> The GraphML format is probably your best bet:
>
> http://graphml.graphdrawing.org/primer/graphml-primer.html
>
> Alternatively, you could use GML:
>
> http://gephi.github.io/users/supported-graph-formats/gml-format/
>
> Both are supported by igraph natively.
>
> --
> T.
>
> On 10 October 2014 at 07:52:16, Ragia Ibrahim (address@hidden) wrote:
>> Hello,
>> I have two files one is NXN matrix represents nodes relations, and the 
>> second file contains
>> node id and the node name and age as an attribute.
>> my question is:
>> what kind of file type can I use to hold all of this to one file then 
>> convert it into graph
>> in igraph.
>> many thanks
>> Ragia.
>> _______________________________________________
>> 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



reply via email to

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