View source: R/find_outliers.R
find_outliers | R Documentation |
Find possible outliers in the dataset.
find_outliers( .data = NULL, var = NULL, by = NULL, plots = FALSE, coef = 1.5, verbose = TRUE, plot_theme = theme_metan() )
.data |
The data to be analyzed. Must be a dataframe or an object of
class |
var |
The variable to be analyzed. |
by |
One variable (factor) to compute the function by. It is a shortcut
to |
plots |
If |
coef |
The multiplication coefficient, defaults to 1.5. For more details
see |
verbose |
If |
plot_theme |
The graphical theme of the plot. Default is
|
Tiago Olivoto tiagoolivoto@gmail.com
library(metan) find_outliers(data_ge2, var = PH, plots = TRUE) # Find outliers within each environment find_outliers(data_ge2, var = PH, by = ENV)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.