Re: [R] R plot window in screen of computer

2025-05-02 Thread Rui Barradas
Às 16:27 de 01/05/2025, Jorge Conrado Conforte escreveu: Hi, I'm starting use R. I always use the IDL and Python, to visualize my plot data and I use these commands: IDL window,xsize=500,ysize=500 Python plt.figure(figsize=(12,9)) I would like to know if R has a similar command to plot my

[R] R plot window in screen of computer

2025-05-01 Thread Jorge Conrado Conforte
Hi, I'm starting use R. I always use the IDL and Python, to visualize my plot data and I use these commands: IDL window,xsize=500,ysize=500 Python plt.figure(figsize=(12,9)) I would like to know if R has a similar command to plot my figure on the computer screen. Thanks, Conrado [

Re: [R] plot window

2008-07-01 Thread Gabor Grothendieck
Look at the code for the graphic on the R home page. If you click on it you will see the code. On Tue, Jul 1, 2008 at 3:15 PM, Leandro Marino <[EMAIL PROTECTED]> wrote: > Hi list, > > I want to know how can i creat a plot window with this configuration: > ___ > |

Re: [R] plot window

2008-07-01 Thread Henrique Dallazuanna
Try: nf <- layout(matrix(c(1,2, 4, 6, 1, 3, 5, 6), nc = 2)) layout.show(nf) On Tue, Jul 1, 2008 at 4:15 PM, Leandro Marino <[EMAIL PROTECTED]> wrote: > Hi list, > > I want to know how can i creat a plot window with this configuration: > ___ > |

[R] plot window

2008-07-01 Thread Leandro Marino
Hi list, I want to know how can i creat a plot window with this configuration: ___ | | | PLOT 1| | | |-| | | | | |