plot.outqrf {outqrf} | R Documentation |
Plots outqrf
Description
This function can plot paired boxplot of an "outqrf" object. It helps us to better observe the relationship between the original and predicted values
Usage
## S3 method for class 'outqrf'
plot(x, ...)
Arguments
x |
An object of class "outqrf". |
... |
other param maybe uesd. |
Value
A ggplot2 object
Examples
irisWithOutliers <- generateOutliers(iris, seed = 2024)
qrf <- outqrf(irisWithOutliers)
plot(qrf)
[Package outqrf version 1.0.0 Index]