igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] RDA file


From: Tamás Nepusz
Subject: Re: [igraph] RDA file
Date: Sat, 25 Jan 2014 12:42:39 +0100

RDA is R’s own file format to store R objects. You can load it using the load() 
command in R. It may contain arbitrary objects, not just graphs, so first 
you’ll have to figure out what the name of the graph is within the RDA file (if 
it contains a graph at all) and then you can call vcount() or ecount() on it 
after you’ve loaded the file.  

--  
T.


On Saturday, 25 January 2014 at 11:33, Ragia Ibrahim wrote:

> Hi,
>  
> how to read and RDA file format in R...determine number of nodes, edges...etc
> Thanks in advance
> RAE
> _______________________________________________
> igraph-help mailing list
> address@hidden (mailto:address@hidden)
> https://lists.nongnu.org/mailman/listinfo/igraph-help






reply via email to

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