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| | | |-| | | | | |