View source: R/capOutlierQuantile.R
capOutlierQuantile | R Documentation |
cap/normalize the trs with quantile
capOutlierQuantile(x, q_ceiling = 0.99)
x |
a numeric vector |
q_ceiling |
a numeric value indicating which quantile is used for ceiling the vector |
numeric vector
(x_ceiling <- capOutlierQuantile(x=1:10, q_ceiling=0.8))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.