arulesViz_1.3-1
mhahsler
released this
24 Apr 13:57
·
94 commits
to master
since this release
New features
- ruleExplorer: interactive visualization with shiny was added.
- plot method matrix now supports different reordering methods: 'none',
'measure', 'support/confidence', 'similarity'. The default is measure,
the measure used for shading. - measure and shading now auto-completes measure names.
Changes
- plotly_arules is deprecated use plot with engine = "plotly" instead
Bug Fix
- Fixed problem with quality measures (offset of 1) when creating igraph
graphs (reported by sostahl).