Dear all,
I made a large plot and wanted to save it as a tif file.
I first opened and specified the size of the window.
windows(12,17,rescale="fixed")
Then I plot a heatmap using heatmap()
when I saved the plot by using "Save as" in the file menu or
savePlot("heatmap", type="tif"), the plot in the output tif file is
truncated. Only the upper part of the plot is shown.
I did get a complete plot if I used
savePlot("heatmap.tif")
but the tif file then cannot be opened in Photoshop, saying it is not the
right kind of document.
Any ideas how I can solve the problem?
Thanks in advance.
Jimmy
--
View this message in context:
http://www.nabble.com/Truncated-plot-in-the-output-file-tp25529818p25529818.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.