[R] Order of multiple plots
S Ellison
S.Ellison at lgc.co.uk
Thu Sep 10 16:07:07 CEST 2009
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 <legendy at gmail.com> 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}}
More information about the R-help
mailing list