Re: [R] help me

About this list Date view Thread view Subject view Author view Attachment view

From: Achim Zeileis (zeileis@ci.tuwien.ac.at)
Date: Tue 16 Oct 2001 - 19:56:40 EST


Message-id: <3BCC0458.DA1FEE7@ci.tuwien.ac.at>


"d.tarfanelli@libero.it" wrote:
>
> Hy,
> I have dowloaded the R-version for Windows.
> I would want to plot different pictures on the same device, but I am not
> able to do it (i.e I would like make 2 qqplot on the same graphic).
> Can you help me?

You can use points() like in the following example.
Z

y <- rt(200, df = 5)
y.q <- qqnorm(y, plot.it=FALSE)
z <- rnorm(200)
z.q <- qqnorm(z, plot.it=FALSE)
plot(y.q)
points(z.q, col=2)

> Thanks in advance
> Davide
>
> reply to: d.tarfanelli@libero.it
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> 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
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._


About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.3 : Thu 17 Jan 2002 - 11:10:07 EST