Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-08 Thread Prof Brian Ripley
NB: you posted part of a private message (out of context: it was in reply to another message) to R-help. Both posting a private message without permission and not giving the necessary context are breaches of copyright law, and rather annoying -- see the posting guide for details. On Wed, 7 Nov

Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-07 Thread 8rino-Luca Pantani
I would like to improve my knowledge on the matter, but I cannot find url in your posts. Did I miss something ? Or you mean that you have added the url in the help page ? Thanks 8rino Prof Brian Ripley ha scritto: > > I added an example (and a reference url) to ?X11 yesterday, since it > seems k

Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-07 Thread Martin Maechler
> "RT" == Rolf Turner <[EMAIL PROTECTED]> > on Wed, 7 Nov 2007 09:57:12 +1300 writes: RT> On 7/11/2007, at 9:12 AM, Prof Brian Ripley wrote: >> 1) Did you merge the resources or restart X? You need to >> in order to get new resources to be recognized. >> >> xrdb

Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-06 Thread Rolf Turner
On 7/11/2007, at 9:12 AM, Prof Brian Ripley wrote: > 1) Did you merge the resources or restart X? You need to in order > to get new resources to be recognized. > > xrdb -merge ~/.Xresources would be needed to merge resources into > the current X session. No I didn't. Didn't know or

Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-06 Thread Prof Brian Ripley
1) Did you merge the resources or restart X? You need to in order to get new resources to be recognized. xrdb -merge ~/.Xresources would be needed to merge resources into the current X session. I don't know if MacOS X11 is standard enough to support this, but it is a very long-standing basic

Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-06 Thread Rolf Turner
On 7/11/2007, at 6:39 AM, Prof Brian Ripley wrote: > Better to use resources. But you can use (in .Rprofile) > > options(device=function() x11(xpos=-1)) > > The resources version would be to put in ~/.Xresources something like > > R_x11*geometry: 700x700-0+0 Neither of these options app

Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-06 Thread Peter Dalgaard
8rino-Luca Pantani wrote: > I see. > Thanks for your highly appreciated help, Prof. Ripley. > > > I've been reading the x11 help file, only after people from this list > told me that it is the default in Linux > > Please consider that I recently (and definitely) moved to linux from > Windows, and

Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-06 Thread Prof Brian Ripley
On Tue, 6 Nov 2007, 8rino-Luca Pantani wrote: > I see. > Thanks for your highly appreciated help, Prof. Ripley. > > > I've been reading the x11 help file, only after people from this list told me > that it is the default in Linux > > Please consider that I recently (and definitely) moved to linux

Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-06 Thread 8rino-Luca Pantani
I see. Thanks for your highly appreciated help, Prof. Ripley. I've been reading the x11 help file, only after people from this list told me that it is the default in Linux Please consider that I recently (and definitely) moved to linux from Windows, and I still need to re-learn a lot of things

Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-06 Thread Prof Brian Ripley
On Linux the default graphics device is X11(), and not so on Windows. ?X11 tells you no less than *two* ways to do this: I do wonder why you don't just read the help file? ?options (see 'device') tells you how to set up a default device which you could use to change default arguments, but using

Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-06 Thread Henrique Dallazuanna
The lines are: ## Initial position of the graphics window ## (pixels, <0 values from opposite edge) xgraphics = 200 ygraphics = 10 On 06/11/2007, 8rino-Luca Pantani <[EMAIL PROTECTED]> wrote: > > There's a Renviron file under /etc/R, but there are no lines with > "position (x, y)". > > Henrique

Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-06 Thread 8rino-Luca Pantani
There's a Renviron file under /etc/R, but there are no lines with "position (x, y)". Henrique Dallazuanna ha scritto: > In the Windows the file Rconsole contains the position(x,y) of the graphics. > I don't know if file have the same name in Ubuntu. >

Re: [R] Is it possible to modify the position of the graphic window ?

2007-11-06 Thread Henrique Dallazuanna
In the Windows the file Rconsole contains the position(x,y) of the graphics. I don't know if file have the same name in Ubuntu. On 06/11/2007, 8rino-Luca Pantani <[EMAIL PROTECTED]> wrote: > > Dear R users, > is there a way to tell R where to draw the windows where the plots are > drawn ? > > I a

[R] Is it possible to modify the position of the graphic window ?

2007-11-06 Thread 8rino-Luca Pantani
Dear R users, is there a way to tell R where to draw the windows where the plots are drawn ? I always get that window on the right of my screen, where it interferes with my Xemacs + ESS window where I'm writing lines. Of course I can move it manually, but I would like to have it permanently on