【发布时间】:2017-10-01 22:46:52
【问题描述】:
我这样使用R的dendrapply:
dendrapply(dendro, function(n) utils::str(attributes(n)))
其中dendro 是'dendrogram' with 2 branches and 5902 members total, at height 2。
运行一段时间后,它会因以下错误而崩溃:
Error: C stack usage 7971524 is too close to the limit
有什么想法吗?
【问题讨论】:
标签: r apply dendrogram