如何在arules图上绘制项目的标题?

时间:2016-06-07 14:53:09

标签: r list plot associations arules

我有一个包含商品ID的交易列表retail.hi,我还有一个带有ID和标题的info-df。

我想看情节上的标题而不是ID。 我怎么能这样做?

问题是我的info-df中不存在一些ID,对于他们我想绘制id而不是title。

我的情节是这样的:

plot(retail.hi, method = "graph", control = list(type = "items"))

1 个答案:

答案 0 :(得分:0)

您可以替换

中标签列中的项目标签
 itemInfo(retail.hi)

您可能需要匹配您的ID然后执行此操作:

 iteminfo(retail.hi)$labels <- your_new_labels