ppPositions {ppcc} | R Documentation |
Plotting Point Positions
Description
Calculates plotting point positions according to different authors
Usage
ppPositions(
n,
method = c("Gringorton", "Cunane", "Filliben", "Blom", "Weibull", "ppoints")
)
Arguments
n |
numeric, the sample size |
method |
a character string naming a valid method (see Details) |
Details
The following methods can by selected:
"Gringorton"
the plotting point positions are
calculated as
"Cunane"
the plotting point positions are
calculated as
"Blom"
the plotting point positions are
calculated as
"Filliben"
the order statistic medians are calculated as:
"ppoints"
R core's default plotting point positions
are calculated (see ppoints
).
Value
a vector of class numeric that contains the plotting positions
[Package ppcc version 1.2 Index]