View source: R/remove_outliers.R
remove_outliers_df | R Documentation |
Remove outliers outside of 1st and 3rd quartile by making the values NA
remove_outliers_df(df, row.or.col = 2)
df |
Numeric data frame or matrix |
row.or.col |
A number indicating direction to apply function: either 1 for row-wise, 2 (default) for column-wise. |
The data frame without outliers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.