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
> [email protected] (mailto:[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