T Joshi
2009-Jan-22 10:58 UTC
[R] error using heatmap :"evaluation nested too deeply....."
Hi, I get following error when trying to plot a heatmap on a very large matrix (808 x5000). heatmap(ctab) Error: evaluation nested too deeply: infinite recursion / options(expressions=)? Call to heatmap function is not contained within any other function or so. Upon searching the R mailing list, I found that someone had the same problem and the suggested solution was to set an option using options(expressions 500). I tried it but even on small subset of the matrix, but it continues giving the same error. I use default distance matrix with row scaling. Please help. [[alternative HTML version deleted]]
Reasonably Related Threads
- error "evaluation nested too deeply" {was "Heatmap"}
- Error: evaluation nested too deeply when doing heatmap with binary distfunction
- error "evaluation nested too deeply" {was "Heatmap"}
- Error: evaluation nested too deeply: infinite recursion / options(expressions=)?
- evaluation is nested too deeply: infinite recursion?