flatQQNorm: QQ difference plot

Description Usage Arguments Value Examples

Description

standard normal transforms to horizontal line at 0

Usage

1

Arguments

y

numeric vector

Value

list with elements x and y describing the trace of the qq differrence plot

Examples

1
2
set.seed(1234)
plot(flatQQNorm(rnorm(40)),ylim=c(-3,3),ylab="QQNorm - line of identity ")

edd documentation built on May 2, 2019, 6:10 p.m.