| print.dec.table | R Documentation |
print method for class "dec.table".
## S3 method for class 'dec.table'
print(x, ...)
x |
An object of class |
... |
Unused arguments. |
print.dec.table prints the decision table together with a
legend.
print(dec.table(0.6,0.4,0.2,0.3,c(3,3,3)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.