ComeçarComece de graça

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.

Este exercício faz parte do curso

Market Basket Analysis in R

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Plotting the parallel coordinate plots
plot(rules_online, ___ = "___")
Editar e executar o código