LoslegenKostenlos loslegen

Parallel coordinates plots

Parallel coordinates plots are used to visualize discovered association rules. It displays the items on the y-axis as and the x-axis represents the positions in a rule. This kind of plot helps you better see the items that actually led to the construction of a rule. The rules_online is saved in your workspace.

Diese Übung ist Teil des Kurses

Market Basket Analysis in R

Kurs anzeigen

Interaktive Übung

Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.

# Plotting the parallel coordinate plots
plot(rules_online, ___ = "___")
Code bearbeiten und ausführen