A journal we are sending an article to is asking for the following:
To ensure the best reproduction quality of your figures we would appreciate high r
One thing you should do is use the compression parameter.
For instance:
tiff("outfile.tif", compression = "lzw")
LZW is a lossless compression format, so you will not lose any data, but you will definitely reduce filesize.