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
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
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
>
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
4 matches
Mail list logo