plot.outqrf: Plots outqrf

View source: R/method.r

plot.outqrfR 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)

outqrf documentation built on Sept. 11, 2024, 8:47 p.m.