[R] Initial size of graphics window

2003-11-14 Thread Wolfgang Zocher
Hi, using par() a window is opened which is too large for my monitor. Is there any chance to change the size of this window? Thanks, Wolfgang __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Re: [R] Initial size of graphics window

2003-11-14 Thread Remington, Richard
Wolfgang Zocher wrote: Hi, using par() a window is opened which is too large for my monitor. Is there any chance to change the size of this window? Thanks, Wolfgang __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Re: [R] Initial size of graphics window

2003-11-16 Thread Paul Murrell
Hi Remington, Richard wrote: Wolfgang Zocher wrote: Hi, using par() a window is opened which is too large for my monitor. Is there any chance to change the size of this window? Thanks, Wolfgang __ [EMAIL PROTECTED] mailing list https://www.stat.math.

Re: [R] Initial size of graphics window

2003-11-17 Thread Martin Maechler
> "Paul" == Paul Murrell <[EMAIL PROTECTED]> > on Mon, 17 Nov 2003 09:07:29 +1300 writes: Paul> Hi Paul> Remington, Richard wrote: >> Wolfgang Zocher wrote: >> >>> Hi, >>> >>> using par() a window is opened which is too large for my monitor. Is >>> th

Re: [R] Initial size of graphics window

2003-11-23 Thread Wolfgang Zocher
Paul Murrell <[EMAIL PROTECTED]> writes: > Remington, Richard wrote: > > Wolfgang Zocher wrote: > >> [...] Is there any > >> chance to change the size of this window? > > ?win.graph > > Example, 4 x 4 inch window > > win.graph(width = 4, height = 4)> > The first time you use a graphics command,