I think you can try this: par(mfrow=c(1,2)) plot(1, type = 'n', axes = FALSE, xlab = '', ylab = '') plot(1, type = 'n', axes = FALSE, xlab = '', ylab = '') par(mfg = c(1, 2)) plot(rnorm(10))
On Thu, Sep 10, 2009 at 1:49 AM, legen <lege...@gmail.com> wrote: > > Hello all, > > I have a problem and need your help. > I am going to draw two plots in one row and two columns by using > par(mfrow=c(1,2)), but I want to first draw the right plot and then draw > the left plot. Does anybody can show me how to do it please? Thanks in > advance. > > Legen > > -- > View this message in context: > http://www.nabble.com/Order-of-multiple-plots-tp25377235p25377235.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > 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]]
______________________________________________ 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.