igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] make graph with python igraph and plot with R language


From: Tamas Nepusz
Subject: Re: [igraph] make graph with python igraph and plot with R language
Date: Thu, 18 Mar 2010 09:09:12 +0000

> Hi, I just write a program where I make a network analisys with igraph. I 
> want converte my graph in graph for R language. I use rPy for integrate R 
> language in Python.
I guess RPy won't be able to transfer an igraph graph created in Python into R. 
Save your graph from Python into GraphML or GML and load it from the R side.

> Also I want add other attribute at my graph as curved attribute (of edge).
E(g)$curved <- whatever . I have no idea whether it works through RPy, but I 
would start up a "proper" R instance anyway.

-- 
Tamas





reply via email to

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