[Rpy] Rpy or Rpy2 for Python 2.6 on Windows

2009-04-23 Thread Donovan Parks
Hello, Are there are any plans to make RPy or RPy2 Windows binaries available which are compatible with Python 2.6.x? I realize it would be easier to switch to Python 2.5, but we are committed to Python 2.6 for other reasons. I'd rather not try to compile things myself, but since it may come to th

[Rpy] Accessing Elements in R "vector"

2009-06-29 Thread Donovan Parks
Hello, I am new to RPy (and R in general) and am having trouble getting started. I'm performing a linear regression as follows: r = robjects.r xVec = robjects.FloatVector(X) yVec = robjects.FloatVector(Y) robjects.globalEnv["xVec"] = xVec robjects.globalEnv

[Rpy] Using abline in Rpy2

2009-06-29 Thread Donovan Parks
Hello, I've encoured some difficulty with using RPy to generate a plot showing the results of a linear regression. My code is as follows: r = robjects.r xVec = robjects.FloatVector(X) yVec = robjects.FloatVector(Y) robjects.globalEnv["xVec"] = xVec robjects

Re: [Rpy] Using abline in Rpy2

2009-06-30 Thread Donovan Parks
gt; It appears to be working here on a linux laptop with R-2.9.0 and > rpy2-2.1-dev (and I don't think of much in the recent changes that would > change the way abline is displayed). > > Do you plot to an interactive display device or into a file ? > > L. > > > &