Description Usage Arguments Value
The print function prints out all the rules in the object sorted by specified matrices.
| 1 2 3 | 
| x | Object of class Rules | 
| maxNumConsequent | The maximum length of consequents that the rules of the ouput should have. In Default all rules are shown. | 
| order_by | Specifiy up to four metrics out of support, confidence, lift, leverage by which the given rules should be sorted. The first one used first and son on. | 
| decreasing | Should the rules start with the smallest or highest values of the specified metrics? | 
The rules from the left hand and right hand side in the form of It1, ... ItN -> ITK in a data.frame. This data.frame does have columns lhs, rhs, unnamed, support and confidence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.