I am trying to plot a heat map with the function heatmap.2 from gplots library in R. The main problem is it generates three independent plots separately, whilst it previously worked well. It seems as if something in the library had changed, but I've been playing around a lot and can't find any solution. Did anyone experience the same issue?
Asked
Active
Viewed 193 times
0
-
This works fine `heatmap.2(matrix(1:10,2))` – Roman Jan 25 '16 at 10:50
-
I've tried that and still fails... i get the plots separately – Peter Pfand Jan 26 '16 at 11:12
-
Reinstall the package and/or R. – Roman Jan 29 '16 at 13:18