[R] multiple plots in R

Sarah Goslee sarah.goslee at gmail.com
Mon Nov 24 00:22:12 CET 2008


You can use frame() to skip a place.

On Sun, Nov 23, 2008 at 9:19 PM, Suyan Tian <stian at mail.rockefeller.edu> wrote:
> Hi, I just try to draw multiple plots in one page using R, I used par
> command. For example I have 7 plots, but instead of arranging them in the
> default way
>
> plot1    plot2  plot3
> plot4   plot5   plot6
> plot7
>
> I want them in this order
> plot1   plot2  plot3
> plot4   plot5  plot6
>            plot7
>
> Could somebody tell me how to do this, please? Thanks so many.
>
>
-- 
Sarah Goslee
http://www.functionaldiversity.org



More information about the R-help mailing list