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