Skip to content
Prev 14254 / 398506 Next

help me

"d.tarfanelli at libero.it" wrote:
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)
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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 at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._