I store the results returned by heatmap.2 (in gplots library)
like this: hm <- heatmap.2(M)
Is it possible to replot the heatmap at a later time like: plot(hm), heatmap(hm)?
I store the results returned by heatmap.2 (in gplots library)
like this: hm <- heatmap.2(M)
Is it possible to replot the heatmap at a later time like: plot(hm), heatmap(hm)?