plot.OneR: Plot Diagnostics for an OneR object

Description Usage Arguments Details Author(s) References See Also Examples

Description

Plots a mosaic plot for the feature attribute and the target of the OneR model.

Usage

1
2
## S3 method for class 'OneR'
plot(x, ...)

Arguments

x

object of class "OneR".

...

further arguments passed to or from other methods.

Details

If more than 20 levels are present for either the feature attribute or the target the function stops with an error.

Author(s)

Holger von Jouanne-Diedrich

References

https://github.com/vonjd/OneR

See Also

OneR

Examples

1
2
model <- OneR(iris)
plot(model)

OneR documentation built on May 2, 2019, 9:33 a.m.