Description Usage Arguments Value Examples
View source: R/visualize_outliers.R
A function that plot out the given data with outliers marked.
1 | visualize_outliers(dataframe, columns = NULL, type = "violin")
|
dataframe |
A target dataframe where the function is performed. |
columns |
The target columns where the function needed to be performed. Default is None, the function will check all columns. |
type |
The method of plotting the distribution. |
A ggplot of data distribution.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.