![[Stable]](figures/lifecycle-stable.svg)
Computes the quantiles of a distribution.
     
    
    # S3 method for class 'distribution'
quantile(x, p, ..., log = FALSE)
 
    
    Arguments
- x
- The distribution(s). 
- p
- The probability of the quantile. 
- ...
- Additional arguments passed to methods. 
- log
- If - TRUE, probabilities will be given as log probabilities.