Description Usage Arguments Value
This function returns the lower and upper fences for a numeric vector. The lower fence is calculated as the smallest value above 'q1 - 1.5*IQR' and the upper as the largest value below 'q3 + 1.5*IQR'.
1 | fences(x)
|
x |
Numeric vector to calculate fences for |
Numeric vector of length 2: c(lowerfence, upperfence)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.