I use savePlot() with type="emf" (remember to include the right file extension - although savePlot will use the type as default extension, it will only do so if there are no '.'s in the filename, so filenames like '../plots/aplot' won't get the extension automatically. Really should have made that check an extension check!).
.emf format is a native format for windows vector graphics on a windows system, so Word imports .emf files directly. I would not use the older .wmf format, though; scaling seems to have gone badly awry for .wmf from R. No idea why as I assume R uses native windows calls to generate them. Like others, I would not recommend jpg, png or tiff for import into word-processing softeare; you either get oversized files or poor reproduction and scaling. Steve E >>> Duncan Murdoch <murdoch.dun...@gmail.com> 20/08/2010 09:27:53 >>> On 20/08/2010 1:58 AM, Jeff Newmiller wrote: > I use Rgui and copy/paste special windows metafile. ******************************************************************* This email and any attachments are confidential. Any use...{{dropped:8}} ______________________________________________ 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.