quantile.eda: Quantiles of an EDA object.

View source: R/numeric_methods.R

quantile.edaR Documentation

Quantiles of an EDA object.

Description

Gets quantiles of a numeric-type EDA object. For factor-type ones NULL is returned and a warning generated. NAs are removed before computation.

Usage

## S3 method for class 'eda'
quantile(x, probs = c(0, 0.25, 0.5, 0.75, 1), plain = FALSE)

Arguments

x

an EDA object, created by eda.

probs

numeric vector of probabilities with values in [0,1].

plain

logical, should the output be coerced to a single vector?

Value

a tibble or vector with the requested quantile values.


PiotrTymoszuk/ExDA documentation built on Nov. 17, 2024, 5:46 p.m.