Re: [R] Error: evaluation nested too deeply when doing heatmap with binary distfunction

2007-07-19 Thread Uwe Ligges
zhihua li wrote: Hi netters, I have a matrix X of the size (1000,100). The values are from -3 to +3. When I tried heatmap(X, distfun=function(c),dist(c,method=bin),hclustfun=function(m),hclust(m,method=average)) I got the error message: Error: evaluation nested too deeply:

Re: [R] Error: evaluation nested too deeply when doing heatmap with binary distfunction

2007-07-19 Thread zhihua li
Sorry, that was a typo. Actually there wasn't a comma after 'function(m)' in my expression. So I'll try to increase the threshould to see if that works. Thanks a lot! From: jim holtman [EMAIL PROTECTED] To: zhihua li [EMAIL PROTECTED] Subject: Re: [R] Error: evaluation nested too deeply

Re: [R] Error: evaluation nested too deeply when doing heatmap with binary distfunction

2007-07-19 Thread zhihua li
Yes. After I increase the threshould to 1 it got through. Thanks a lot! From: Uwe Ligges [EMAIL PROTECTED] To: zhihua li [EMAIL PROTECTED] CC: r-help@stat.math.ethz.ch Subject: Re: [R] Error: evaluation nested too deeply when doing heatmap with binary distfunction Date: Thu, 19 Jul 2007

[R] Error: evaluation nested too deeply when doing heatmap with binary distfunction

2007-07-18 Thread zhihua li
Hi netters, I have a matrix X of the size (1000,100). The values are from -3 to +3. When I tried heatmap(X, distfun=function(c),dist(c,method=bin),hclustfun=function(m),hclust(m,method=average)) I got the error message: Error: evaluation nested too deeply: infinite recursion /