| Q | R Documentation |
The typical use is in compare to avoid anonymous functions in specification of its fun argument.
Q(p, ...)
p |
Specification of the quantile |
... |
other arguments passed to |
function calculating the p-th quantile
q90 = Q(.9) class(q90) q90(rnorm(10))