outlierOF | R Documentation |
This function will flag outlier objects based the worm_length_um variable.
outlierOF(data, iqr = TRUE, thresh = NULL, filterOF = TRUE)
data |
A data frame output from the |
iqr |
Logical, if |
thresh |
A numeric value used to calculate outliers. By default this parameter is set to |
filterOF |
Logical, if |
A single data frame identical to the input data with the outlier_ObjectFlag
variable added.
The outlier_ObjectFlag
variable is coded as "outlier"
for objects deemed outliers and NA_character_
for non-outliers.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.