clip.outliers.at.percentile | R Documentation |
Signal clipping based on the input data's distribution. It clips values in a distribution above or below the extreme N% of the distribution.
clip.outliers.at.percentile(
x,
high = TRUE,
percentiles = c(0.01, 0.99),
na.rm = TRUE,
showhist = FALSE,
...
)
x |
A vector of numeric values. |
high |
Clip above threshold? Default: TRUE |
percentiles |
At which percentiles to cut off?, Default: c(0.01, 0.99) |
na.rm |
Remove NA values for calculation? Default: TRUE |
showhist |
PARAM_DESCRIPTION, Default: FALSE |
... |
Pass any other argument. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.