Get startedGet started for free

Scatterplots

Scatterplots are one of the most used kind of plots to show the set of extracted rules. In this exercise, you will see how to build a meaningful graphical representation of association rules. In the previous chapter, you extracted rules from the online Retail dataset. The rules rules_online are saved in the workspace. In this exercise, you will see how to create a HTML table widget with the inspectDT() function of the arulesViz package. This will enable to quickly browse and sort tables.

This exercise is part of the course

Market Basket Analysis in R

View Course

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Inspection of the rules
___(___)
Edit and Run Code