Re: [R] Building normal qq plot

2012-06-13 Thread juliane0212
Thank you very much. It was quite easy to adjust the code to get the background colour I have always used. I only tried to get the code using list(qqnorm). Thanks -- View this message in context: http://r.789695.n4.nabble.com/Building-normal-qq-plot-tp4633242p4633257.html Sent from the R h

Re: [R] Building normal qq plot

2012-06-13 Thread S Ellison
> I have tried to build a normal qq plot on my own, > but it does not match with the implemented qqnorm in R. > > The main issue is, that I would like to change the backgorund > color auf my plot ... One thing you could try is setting the background colour using bar(bg="lightyellow") before c

[R] Building normal qq plot

2012-06-13 Thread juliane0212
I have tried to build a normal qq plot on my own, but it does not match with the implemented qqnorm in R. What am I missing? As You can see, the points do not match. qqnorm(c(-2.8,qnorm(seq(0,1,by=(1/200))[2:199],0,1),2.8)) points(qnorm(seq(0,1,by=(1/200))[2:199],0,1), qnorm(seq(0,1,by=(1/200