Get startedGet started for free

Portability of your graph

It is important to save your work, especially if you are dealing with a very large set of transactions. This will allow you to gain time and be sure to have reproducible results. Once you have extracted rules and generated insightful visualizations, you want to save your graph for later inspection. The rules_online is saved in your workspace.

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.

# Create an interactive graph visualization
___ = plot(rules_online, method = "___",
                  engine = "___")
Edit and Run Code