Re: [R] Error in heatmap

2013-10-24 Thread David Romero
/204443.html. Jean On Thu, Oct 24, 2013 at 1:25 PM, David Romero wrote: Hi, The difference is: row.names=1 for csv reading. The first column is a numeric row name, it mustn't take part of the heatmap. I change it to text and try with and without "row.names=1"

[R] Error in heatmap

2013-10-21 Thread David Romero
Hi, Could you please help? Heatmap doesn't work with: > heatmap(as.matrix(SPIV2),na.rm = T) Error in hclustfun(distfun(x)) : NA/NaN/Inf in foreign function call (arg 11) There are no 0 data rows or column Thanks a lot Regards --- D