Copy of http://stackoverflow.com/questions/20977477/how-to-assign-a-specific-color-to-na-in-an-image-plot
image_nan(z, col = heat.colors(12), zlim = NULL, na.color = "gray",
outside.below.color = "green", outside.above.color = "green", breaks,
textB = NULL, text.cex = 0.8, ...)
matrix
color gradient
range
for displaying NA's.
color below zlim
color above zlim
do not remember (see usage in imageWithLabelsNoLayout)
display numerical values of the matrix as text, default NULL no
size of numerical values
further parameters for plot method