Description Usage Arguments Value Examples
View source: R/helper_functions.R
This function calculates outliers for any given metric
| 1 | calc_outlier(x)
 | 
| x | A vector containing values | 
A scalar value of the outlier
| 1 2 | x <- c(1000, seq(1,100, 1)) 
calc_outlier(x) # returns 1000
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.