Yao, Minghua
2003-Aug-06 15:47 UTC
[R] How to copy and paste a R plot onto Word (or Power Point)
All, Anybody can tell how to export a R plot onto Word (or Power Point)? Many thanks in advance. -MY
Uwe Ligges
2003-Aug-06 16:15 UTC
[R] How to copy and paste a R plot onto Word (or Power Point)
Yao, Minghua wrote:> All, > > Anybody can tell how to export a R plot onto Word (or Power Point)? > Many thanks in advance. > > -MY > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-helpSince you are presumably on Windows (and haven't told it), you might want to use the win.metafile() device, for example. See ?Devices and ?win.metafile mfor details. You can also use the menu in an opened R graphics window to copy (e.g. as a metafile) to the clipboard and paste into the mentioned applications. Uwe Ligges
James MacDonald
2003-Aug-06 16:16 UTC
[R] How to copy and paste a R plot onto Word (or Power Point)
Either ?savePlot and import using Import --> Picture --> File in Word/PowerPoint or right click, copy as..., and paste in Word/Power point Jim James W. MacDonald Affymetrix and cDNA Microarray Core University of Michigan Cancer Center 1500 E. Medical Center Drive 7410 CCGC Ann Arbor MI 48109 734-647-5623>>> "Yao, Minghua" <yao6889 at msmailhub.oulan.ou.edu> 08/06/03 11:47AM >>>All, Anybody can tell how to export a R plot onto Word (or Power Point)? Many thanks in advance. -MY ______________________________________________ R-help at stat.math.ethz.ch mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help
Jerome Asselin
2003-Aug-06 16:37 UTC
[R] How to copy and paste a R plot onto Word (or Power Point)
In addition to the previous replies, see the r-help thread on "pretty onscreen plots": http://finzi.psych.upenn.edu/R/Rhelp02/archive/12254.html HTH, Jerome On August 6, 2003 08:47 am, Yao, Minghua wrote:> All, > > Anybody can tell how to export a R plot onto Word (or Power Point)? > Many thanks in advance. > > -MY > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help