Thanks, Su. But I want to plot the several plots in the same x-y axis setting, not in multiple subplots. ----- Original Message ----- From: "Steve Su" <[EMAIL PROTECTED]> To: "Feng Zhang" <[EMAIL PROTECTED]> Sent: Wednesday, March 05, 2003 12:29 AM Subject: Re: [R] How to draw several plots in one figure?
> Dear Fred, > > try par(mfrow=c(2,2)) for example, gives four plots per page. Also try > trellis plots. > > Steve. > > > ----- Original Message ----- > From: "Feng Zhang" <[EMAIL PROTECTED]> > To: "R-Help" <[EMAIL PROTECTED]> > Sent: Wednesday, March 05, 2003 4:05 PM > Subject: [R] How to draw several plots in one figure? > > > > Hey, > > > > I want to draw several plots sequently, but have to make them dispaly in > one > > figure. > > So how to achieve this? > > > > Thanks. > > > > Fred > > > > ______________________________________________ > > [EMAIL PROTECTED] mailing list > > http://www.stat.math.ethz.ch/mailman/listinfo/r-help > ______________________________________________ [EMAIL PROTECTED] mailing list http://www.stat.math.ethz.ch/mailman/listinfo/r-help
