【发布时间】:2015-11-01 04:10:42
【问题描述】:
使用 steamgraph 包时出现以下错误
library(streamgraph)
streamgraph(data, "Keys" ,"Box.Office", date = 11-11-2011, interactive=TRUE)
Error in .subset(x, j) : invalid subscript type 'list'
数据样本:
days;Box.Office;Key
1; 2324234;Lucy
2; 123123;Lucy
3; 898989;Lucy
.....
1; 231231;Interstellar
2; 32423;Interstellar
【问题讨论】:
-
* 无法添加蒸汽图标签
-
在未来,你更有可能通过 github 问题文件获得 pkg 作者的帮助,因为我没有在 SO 上积极监控
[r] streamgraph。
标签: r visualization stream-graph