Re: [R] use R from python

2010-01-22 Thread Massimo Di Stefano
Hi Barry, thanks for your preciouse help! Please apologize my newbie questions. i'm able to go ahead tring to port the R code to run under python, now i'm blocked on the "plot" function. maybe i'm doing the same error but i haven't yet find a way to debug my code line. this what i tried : # im

Re: [R] use R from python

2010-01-21 Thread Barry Rowlingson
On Thu, Jan 21, 2010 at 8:35 PM, Massimo Di Stefano wrote: > Hi All, > > please aplogize me if my qustion is a bit OT here, > but maybe is there someone that uses R from inside python > using rpy or rpy2 interface. > In [54]: x = rdiv( ( rdiff( x, rmin(x) ) ) , ( rdiff( rmax(x) , rmin(x) ) ) ) >