| Line 30... |
Line 30... |
| 30 |
\eqn{[0,1]}. (Values up to \samp{2e-14} outside that
|
30 |
\eqn{[0,1]}. (Values up to \samp{2e-14} outside that
|
| 31 |
range are accepted and moved to the nearby endpoint.)}
|
31 |
range are accepted and moved to the nearby endpoint.)}
|
| 32 |
\item{na.rm}{logical; if true, any \code{\link{NA}} and \code{NaN} values
|
32 |
\item{na.rm}{logical; if true, any \code{\link{NA}} and \code{NaN} values
|
| 33 |
are removed from \code{x} before the quantiles are computed.}
|
33 |
are removed from \code{x} before the quantiles are computed.}
|
| 34 |
\item{names}{logical; if true, the result has a \code{\link{names}}
|
34 |
\item{names}{logical; if true, the result has a \code{\link{names}}
|
| 35 |
attribute. Set to \code{FALSE} for speedup with many \code{probs}.}
|
35 |
attribute. Setting to \code{FALSE} with many \code{probs} speeds up
|
| - |
|
36 |
computations.}
|
| 36 |
\item{type}{an integer between 1 and 9 selecting one of the
|
37 |
\item{type}{an integer between 1 and 9 selecting one of the
|
| 37 |
nine quantile algorithms detailed below to be used.}
|
38 |
nine quantile algorithms detailed below to be used.}
|
| 38 |
\item{digits}{used only when \code{names} is true: the precision to use
|
39 |
\item{digits}{used only when \code{names} is true: the precision to use
|
| 39 |
when formatting the percentages. In \R versions up to 4.0.x, this had
|
40 |
when formatting the percentages. In \R versions up to 4.0.x, this had
|
| 40 |
been set to \code{max(2, getOption("digits"))}, internally.}
|
41 |
been set to \code{max(2, getOption("digits"))}, internally.}
|