ppoints(n)
n
| either the number of points generate or a vector of observations. |
(1:m - 0.5)/m
where m
is
either n
, if length(n)==1
, or length(n)
.
It is used in qqplot
, qqnorm
to generate the set of
probabilities at which to evaluate the inverse distribution.
qqplot
, qqnorm
.