Questions tagged [dendrapply]
1 questions
0
votes
0 answers
dendrapply function causing high C stack memory usage
I am using a library which calls the function to a dendrogram object dend
positiveheights = function(x){
if (attributes(x)$height < 0) {
attributes(x)$height = 0.0001
}
x
}
dend = dendrapply(dend, positiveheights)
This…

user438383
- 5,716
- 8
- 28
- 43