plot.OneR {OneR} | R Documentation |
Plots a mosaic plot for the feature attribute and the target of the OneR model.
## S3 method for class 'OneR'
plot(x, ...)
x |
object of class |
... |
further arguments passed to or from other methods. |
If more than 20 levels are present for either the feature attribute or the target the function stops with an error.
Holger von Jouanne-Diedrich
model <- OneR(iris)
plot(model)