quantileRange | R Documentation |
Return a range determined by the quantile of the data
quantileRange(x, outlier = 0.01, symmetric = TRUE)
x |
A numeric vector |
outlier |
Quantile (lower and higher) threshold |
symmetric |
Logical, whether the range must be symmetric around zero. |
A numeric vector of two (c(low, high)
).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.