Subject: Re: [R] 2 plots 1 figure
ben@zoo.ufl.edu
Date: Wed 15 Nov 2000 - 03:33:29 EST
Message-ID: <Pine.LNX.4.30.0011141231400.27311-100000@bolker.zoo.ufl.edu>
Do you want two plots plotted on top of each other (use par(new=TRUE))
or next two each other (par(mfrow=c(2,1)) or par(mfcol=c(2,1)))?
On Tue, 14 Nov 2000, Meriema Belaidouni wrote:
> How do you obtain two plots on the same figure?
> for example
> plot(rnorm(100)
> plot(rnorm(100),type="l")
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !) To: r-help-request@stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>
-- 318 Carr Hall bolker@zoo.ufl.edu Zoology Department, University of Florida http://www.zoo.ufl.edu/bolker Box 118525 (ph) 352-392-5697 Gainesville, FL 32611-8525 (fax) 352-392-3704-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
This archive was generated by hypermail 2b25 : Thu 01 Feb 2001 - 16:14:32 EST