View source: R/numeric_methods.R
quantile.eda | R Documentation |
Gets quantiles of a numeric-type EDA object. For factor-type ones NULL is returned and a warning generated. NAs are removed before computation.
## S3 method for class 'eda'
quantile(x, probs = c(0, 0.25, 0.5, 0.75, 1), plain = FALSE)
x |
an EDA object, created by |
probs |
numeric vector of probabilities with values in [0,1]. |
plain |
logical, should the output be coerced to a single vector? |
a tibble or vector with the requested quantile values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.