print.dec.table: Print a decision table from a "dec.table" object

View source: R/utility.R

print.dec.tableR Documentation

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

Description

print method for class "dec.table".

Usage

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

Arguments

x

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

...

Unused arguments.

Details

print.dec.table prints the decision table together with a legend.

Examples

print(dec.table(0.6,0.4,0.2,0.3,c(3,3,3)))

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