[R] Building normal qq plot

juliane0212 stephanmi1 at web.de
Wed Jun 13 14:15:18 CEST 2012


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))[2:199],0,1), col="red")
  
The main issue is, that I would like to change the backgorund color auf my
plot to be consitent with
t other plots I have already produced.      



--
View this message in context: http://r.789695.n4.nabble.com/Building-normal-qq-plot-tp4633242.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list