Displaying 1 result from an estimated 1 matches for "distfunction".
Did you mean:
disfunction
2007 Jul 19
3
Error: evaluation nested too deeply when doing heatmap with binary distfunction
...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 /
options(expressions=)?
However, if I used default parameters for distfunction:
heatmap(X, hclustfun=function(m),hclust(m,method="average"))
there is no error messages at all.
But the problem is that I have to use binary method in my disfunction. How
can I resolve the problem?
Thanks a lot!