print.dec.table {tsdf} | R Documentation |
print
method for class "dec.table
"
## S3 method for class 'dec.table'
print(x, ...)
x |
an object of class |
... |
Not used argument. |
print.dec.table
prints the decision table with legend keys.
print(dec.table(0.6,0.4,0.2,0.3,c(3,3,3)))