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

View source: R/utility.R

plot.dec.tableR Documentation

Plot a decision table from a "dec.table" object

Description

plot method for class "dec.table".

Usage

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

Arguments

x

An object of class "dec.table", typically returned by dec.table.

...

Unused arguments.

Details

plot.dec.table plots the decision boundaries.

Examples

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)

tsdf documentation built on April 26, 2026, 1:06 a.m.