Re: [R] multiple plots in R

2008-11-23 Thread Felipe Carrillo
PROTECTED]> wrote: > From: Suyan Tian <[EMAIL PROTECTED]> > Subject: [R] multiple plots in R > To: r-help@r-project.org > Date: Sunday, November 23, 2008, 6:19 PM > Hi, I just try to draw multiple plots in one page using R, I > used par command. For example I have 7

Re: [R] multiple plots in R

2008-11-23 Thread Sebastian P. Luque
On Sun, 23 Nov 2008 18:19:19 -0800, Suyan Tian <[EMAIL PROTECTED]> 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

Re: [R] multiple plots in R

2008-11-23 Thread Sarah Goslee
You can use frame() to skip a place. On Sun, Nov 23, 2008 at 9:19 PM, Suyan Tian <[EMAIL PROTECTED]> 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 > > plot1plot2 plot3 >

[R] multiple plots in R

2008-11-23 Thread Suyan Tian
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 plot1plot2 plot3 plot4 plot5 plot6 plot7 I want them in this order plot1 plot2 plot3 plot4 plot5 plot6 plot7