0
我的算法非常基礎,它從CSV中讀取一組數據並對數據進行一些分析。輸出apriori導致規則轉換爲PDF中的R
默認情況下,在pdf格式的頻道輸出時,使用box/mosaic/bar圖很容易。
的問題是在哪裏inpect(rules)
導致rules is a set of rules
從應用apriori
算法
我已經與textplot(inspect(rules))
=>錯誤的嘗試:
Error in max(sapply(unlist(slist), strwidth, cex = cex)) :
invalid 'type' (list) of argument
,並與textplot(rules)
=>錯誤:
Error in as.character.default(<S4 object of class "rules">) :
no method for coercing this S4 class to a vector
有沒有一種方法來輸出這些規則使用情節(這將是更好),因爲它會更具可讀性。
或者,作爲輸出爲pdf的基本文本的最終解決方案print(inspect(rules))
返回。