Description Usage Arguments Value Examples
Computes the Gringorten Plotting position.
1 | gringorten(x)
|
x |
numeric vector |
numeric vector in [0, 1]
, giving the corresponding plotting positions.
1 2 3 4 5 | y <- rnorm(10)
pp <- gringorten(y)
pp
plot(pp ~ y, ylim = c(0, 1))
|
Loading required package: xts
Loading required package: zoo
Attaching package: 'zoo'
The following objects are masked from 'package:base':
as.Date, as.Date.numeric
Loading required package: lmom
Loading required package: lattice
[1] 0.94466403 0.84584980 0.25296443 0.35177866 0.54940711 0.74703557
[7] 0.05533597 0.45059289 0.15415020 0.64822134
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.