[Rpy] Close plots?

2010-04-03 Thread Vincent Davis
I am running on osx, and new to R and rpy2. I don't seem to be able to close plots. for example from the introduction to rpy2 import rpy2.robjects as robjects r = robjects.r x = robjects.IntVector(range(10))y = r.rnorm(10) r.X11() r.layout(r.matrix(robjects.IntVector([1,2,3,2]), nrow=2, ncol=2))r.

Re: [Rpy] Close plots?

2010-04-03 Thread Laurent
Closing an X11 window is an interactive event: http://rpy.sourceforge.net/rpy2/doc-2.1/html/rinterface.html#processing-interactive-events On 03/04/10 17:07, Vincent Davis wrote: > I am running on osx, and new to R and rpy2. I don't seem to be able to > close plots. for example from the introducti

Re: [Rpy] Close plots?

2010-04-03 Thread Vincent Davis
> > Closing an X11 window is an interactive event: > > > http://rpy.sourceforge.net/ > rpy2/doc-2.1/html/rinterface.html#processing-interactive-events Would be nice if there was a link to that on each e