In R, I use par to prepare four boxplots (using boxplot) as a single image, which I save with the png() command. This image is included in a LaTeX document with \includegraphics. I have experimented with exporting different image sizes, and changing the scaling in LaTeX, but the image quality is still poor. I don't really have time to learn Sweave or knitr right now. What settings should I use to optimize the image quality?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
closed as off topic by bloodworks, mafp, zeroth, lockstep, Claudio Fiandrino Feb 14 at 9:23
Questions on TeX - LaTeX Stack Exchange are expected to relate to TeX, LaTeX or related typesetting systems within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
|
Saving the image from R as a PDF rather than a PNG file solved this: In R:
In LaTeX:
I did not specify image dimensions in R. The image quality in the final PDF was excellent, even though I scaled it to 80%. |
||||
|
|
R'spng()command, so you are asking in the wrong place. Btw, canRoutput vector graphics like eps or pdf? Then you should use those. – mafp Feb 14 at 9:14\includegraphicsmay result in lower quality images? Any scaling should be done outside of LaTeX. Hence my question about how to optimize the quality of an R image in LaTeX. I would have preferred that the question be moved to another site, rather than down-voted. – SabreWolfy Feb 14 at 9:39