inspect {arules} | R Documentation |
Provides the generic function inspect
and S4 methods to display
associations and transactions plus additional information formatted for
online inspection.
inspect(x, ...)
x |
a set of associations or transactions or an itemMatrix. |
... |
additional arguments can be used to customize the
output: |
Michael Hahsler and Kurt Hornik
itemMatrix-class
,
itemsets-class
,
rules-class
,
transactions-class
data("Adult") rules <- apriori(Adult) inspect(rules[1000]) inspect(rules[1000], ruleSep = "---->", itemSep = " + ", setStart = "", setEnd ="", linebreak = FALSE)