I am using the following code to make a heatmap of my dataset. I can see the heatmap in rstudio 'viewer'. But when I export the image as TIFF only a blank TIFF file created.
Hi @tahjib,
It seems that the heatmaply() function does not support TIFF output. You could use PNG and then convert to TIFF using the magick package. However, heatmaply() doesn't support increasing the resolution to 600 dpi, so the default may not be high enough for your purposes.
Might be better to use another method in R to create the heatmap (e.g. ggplot2) and thus retain full control of the output options.