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 <leandro@cesgranrio.org.br> wrote:> Hi list, > > I want to know how can i creat a plot window with this configuration: > _______________________________ > | | > | PLOT 1 | > | | > |-----------------------------| > | | | > | | | > | PLOT 2 | PLOT 3 | > | | | > | | | > |-----------------------------| > | | | > | | | > | PLOT 4 | PLOT 5 | > | | | > | | | > |-----------------------------| > | | > | PLOT 6 | > | | > _______________________________ > > > and other configurations! > > > Thanks for the help! > > Atenciosamente, > Leandro Lins Marino > Centro de Avaliação > Fundação CESGRANRIO > Rua Santa Alexandrina, 1011 - 2º andar > Rio de Janeiro, RJ - CEP: 20261-903 > ( (21) 2103-9600 R.:236 > ( (21) 8777-7907 > * leandro@cesgranrio.org.br > "Aquele que suporta o peso da sociedade > é precisamente aquele que obtém > as menores vantagens". (SMITH, Adam) > > P Antes de imprimir pense em sua responsabilidade e compromisso com o MEIO > AMBIENTE > > ______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Henrique Dallazuanna Curitiba-Paraná-Brasil 25° 25' 40" S 49° 16' 22" O [[alternative HTML version deleted]]
Hi list, I want to know how can i creat a plot window with this configuration: _______________________________ | | | PLOT 1 | | | |-----------------------------| | | | | | | | PLOT 2 | PLOT 3 | | | | | | | |-----------------------------| | | | | | | | PLOT 4 | PLOT 5 | | | | | | | |-----------------------------| | | | PLOT 6 | | | _______________________________ and other configurations! Thanks for the help! Atenciosamente, Leandro Lins Marino Centro de Avalia??o Funda??o CESGRANRIO Rua Santa Alexandrina, 1011 - 2? andar Rio de Janeiro, RJ - CEP: 20261-903 ( (21) 2103-9600 R.:236 ( (21) 8777-7907 * leandro em cesgranrio.org.br "Aquele que suporta o peso da sociedade ? precisamente aquele que obt?m as menores vantagens". (SMITH, Adam) P Antes de imprimir pense em sua responsabilidade e compromisso com o MEIO AMBIENTE
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 <leandro at cesgranrio.org.br> wrote:> Hi list, > > I want to know how can i creat a plot window with this configuration: > _______________________________ > | | > | PLOT 1 | > | | > |-----------------------------| > | | | > | | | > | PLOT 2 | PLOT 3 | > | | | > | | | > |-----------------------------| > | | | > | | | > | PLOT 4 | PLOT 5 | > | | | > | | | > |-----------------------------| > | | > | PLOT 6 | > | | > _______________________________ > > > and other configurations! > > > Thanks for the help! > > Atenciosamente, > Leandro Lins Marino > Centro de Avalia??o > Funda??o CESGRANRIO > Rua Santa Alexandrina, 1011 - 2? andar > Rio de Janeiro, RJ - CEP: 20261-903 > ( (21) 2103-9600 R.:236 > ( (21) 8777-7907 > * leandro at cesgranrio.org.br > "Aquele que suporta o peso da sociedade > ? precisamente aquele que obt?m > as menores vantagens". (SMITH, Adam) > > P Antes de imprimir pense em sua responsabilidade e compromisso com o MEIO > AMBIENTE > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >
I will see the code! It is similar that i want! Thanks a lot! -----Mensagem original----- De: Gabor Grothendieck [mailto:ggrothendieck em gmail.com] Enviada em: ter?a-feira, 1 de julho de 2008 16:22 Para: Leandro Marino Cc: R-Help em R-Project. Org Assunto: Re: [R] plot window 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 <leandro em cesgranrio.org.br> wrote:> Hi list, > > I want to know how can i creat a plot window with this configuration: > _______________________________ > | | > | PLOT 1 | > | | > |-----------------------------| > | | | > | | | > | PLOT 2 | PLOT 3 | > | | | > | | | > |-----------------------------| > | | | > | | | > | PLOT 4 | PLOT 5 | > | | | > | | | > |-----------------------------| > | | > | PLOT 6 | > | | > _______________________________ > > > and other configurations! > > > Thanks for the help! > > Atenciosamente, > Leandro Lins Marino > Centro de Avalia??o > Funda??o CESGRANRIO > Rua Santa Alexandrina, 1011 - 2? andar > Rio de Janeiro, RJ - CEP: 20261-903 > ( (21) 2103-9600 R.:236 > ( (21) 8777-7907 > * leandro em cesgranrio.org.br > "Aquele que suporta o peso da sociedade > ? precisamente aquele que obt?m > as menores vantagens". (SMITH, Adam) > > P Antes de imprimir pense em sua responsabilidade e compromisso com oMEIO> AMBIENTE > > ______________________________________________ > R-help em r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guidehttp://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code. >