quantile.dt | R Documentation |
Computes the specified quantiles for the given data.
## S3 method for class 'dt'
quantile(x, probs, na.rm = TRUE)
x |
A numeric vector. |
probs |
A numeric vector of quantile values. |
na.rm |
A logical indicating if missing values should be removed. |
A data table with quantile values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.