Description Usage Arguments Details Value See Also Examples
View source: R/r-batch-eda-utilities.R
Outlier detection plot
1 2 | outlierPlot(data, method = "iqr", columnName, cutoffValue = 0.05,
priColor = "blue", optionalPlots = 0)
|
data |
the dataframe that needs to be loaded |
method |
the method on which outliers are to be identified |
columnName |
the name of column for which the outliers are identified |
cutoffValue |
the cut off value to define the threshold for outliers |
priColor |
the primary color for the plots |
optionalPlots |
A Flag for optional plots |
Outlier are to be identified on the selected column from the dataframe
Outliers plot object
Other Package EDA Utilites functions: CheckColumnType
,
bivarPlots
,
correlationMatPlot
,
getDatatype
, ignoreCols
,
multiVarOutlierPlot
,
univarCatDistPlots
1 2 3 4 | ## Not run:
outlierPlot(data = iris, columnName = "Sepal.Length")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.