quantile.distribution {distributional} | R Documentation |
Computes the quantiles of a distribution.
## S3 method for class 'distribution'
quantile(x, p, ..., log = FALSE)
x |
The distribution(s). |
p |
The probability of the quantile. |
... |
Additional arguments passed to methods. |
log |
If |