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.

______________________________________________
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