powered by
Computes the Gringorten Plotting position.
gringorten(x)
numeric vector in [0, 1], giving the corresponding plotting positions.
[0, 1]
numeric vector
y <- rnorm(10) pp <- gringorten(y) pp plot(pp ~ y, ylim = c(0, 1))
Run the code above in your browser using DataLab