On 9/16/07, Zheng Lu <[EMAIL PROTECTED]> wrote: > I am curious how to generate high-quality plot and graph with R and > input it into my word document. my plot was always generated in device > 2, when I save it as PNG, the quality is poor. Thank you very much for > your consideration and time.
To obtain better results, use vectorial formats (eps, pdf, svg, etc.) and not bitmapped formats (png, jpg, tiff, etc.). In case, you are using MS Word (as it seems), use eps; it may not look great on screen, but it will look perfect on paper. Paul ______________________________________________ R-help@r-project.org 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.