Hi all,

Does anyone know how to plot overlapping qqnorm plots on the same window?
Suppose I have data in the vector x and y:

qqnorm(x)
lines(qqnorm(y))

I though these two lines will do the job... However, lines doesn't seem to
work. Anyways, thanks in advance!
-- 
View this message in context: 
http://www.nabble.com/Plotting-two-qqnorm-plots%3A-tp25352893p25352893.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to