print.dec.table {tsdf} | R Documentation |
print 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 |
... |
Not used argument. |
Details
print.dec.table
prints the decision table with legend keys.
Examples
print(dec.table(0.6,0.4,0.2,0.3,c(3,3,3)))
[Package tsdf version 1.1-8 Index]