if (FALSE) {
# this example can only be run manually from the console.
# explore pre-mined rules
data(Groceries)
rules <- apriori(Groceries, parameter =
list(support = 0.001, confidence = 0.8))
ruleExplorer(rules)
# mine and explore rules on the fly
ruleExplorer(iris)
}
Run the code above in your browser using DataLab