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

Description Usage Arguments Details Examples

View source: R/utility.R

Description

print method for class "dec.table"

Usage

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

Arguments

x

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

...

Not used argument.

Details

print.dec.table prints the decision table with legend keys.

Examples

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

wguo1990/tsdf documentation built on July 2, 2021, 12:54 a.m.