plot.new()
plot.window(xlim=c(1,5), ylim=c(1,5))
axis(1)
axis(2)
plotHeatmapColorScale(coorX=2, coorY=4, colorType="BlueWhiteRed",
scaleWidth=2, scaleHeight=0.5, minValue=-3, maxValue=3)
Run the code above in your browser using DataLab