Rather than use par(mfro...) you should probably take a look at the alternative "layout" approach. That allows you to give R a matrix (corresponding to panels in the plot) containing the number of the plot to be placed in each panel. It also allows unequal panel sizes.
See ?layout for details. Steve E >>> legen <[email protected]> 10/09/2009 05:49:04 >>> 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 adv ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}} ______________________________________________ [email protected] 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.

