Description Usage Arguments Value Examples
Function returns logical vector indicating whether a value lies
outside of the 0.01 and 0.99 quantiles.
| 1 2 | mark_outliers_quant(x, na.rm = TRUE, quants = c(0.01, 0.99),
  return_params = FALSE, ...)
 | 
| x | Processed  | 
| na.rm | Remove NAs from  | 
| quants | Which quantiles should be used, defaults to  | 
| ... | Other parameters passed to  | 
logical vector indicating whether a value is an outlier
| 1 | mark_outliers_quant(rnorm(20, 0, 1))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.