[R] node stack overflow when extracting labels from a dendrogram

2013-04-03 Thread Oleksandr Moskalenko
It looks like R 3.0.0 has the same limitation as the 2.x series. When extracting labels from about 3 node dendrogram (x=labels(h)) R throws an error: Error in match.fun(FUN) : node stack overflow Is there a way around it? Thanks, Alex __ R-help@

[R] Problem extracting labels from a large dendrogram

2013-01-03 Thread Oleksandr Moskalenko
Hi, I have an issue with extracting labels from a ~30k member dendrogram using a 64-bit R/2.15.1 build. Inevitably, the following error pops up when using labels(dendrogram_object) - "Error in match.fun(FUN) : node stack overflow". I though the issue was the stack size, so I rebuilt R with a mu