flatQQNorm {edd} | R Documentation |
standard normal transforms to horizontal line at 0
flatQQNorm(y)
y |
numeric vector |
list with elements x and y describing the trace of the qq differrence plot
set.seed(1234) plot(flatQQNorm(rnorm(40)),ylim=c(-3,3),ylab="QQNorm - line of identity ")