Learn R Programming

tsdf (version 1.1-8)

plot.dec.table: plot decision table from a "dec.table" object.

Description

plot method for class "dec.table"

Usage

# S3 method for dec.table
plot(x, ...)

Arguments

x

an object of class "dec.table", a result of a call to dec.table.

...

Not used argument.

Details

plot.dec.table prints the decision boundarys.

Examples

Run this code
# NOT RUN {
truep <- c(0.3, 0.45, 0.5, 0.6)
out <- dec.table(0.6,0.4,0.2,0.3,c(3,3,3))
plot(out)
# }

Run the code above in your browser using DataLab