Hello,
I'm using WinXP, R-2.8.1, and rpy-2.0.3. The plot is being written
directly to the screen. Thanks for the help.
Cheers,
Donovan
On Mon, Jun 29, 2009 at 6:46 PM, laurent wrote:
> You may have to tell us more about your local specifics (software
> version(s) for example).
>
> It appears to
You may have to tell us more about your local specifics (software
version(s) for example).
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 d
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