1、首先用R 语言画图
2、画好图后导入到ppt里。
代码如下:
library(eoffice)
topptx(filename = “qwre.pptx”)
保存到工作空间
getwd()
[1] “F:/R.work”
用ppt打开,可进行在编辑,并保存为pdf格式 。导出即为矢量图。
ppt上的图可以直接复制到word上
https://github.com/guokai8/eoffice
1、首先用R 语言画图
2、画好图后导入到ppt里。
代码如下:
library(eoffice)
topptx(filename = “qwre.pptx”)
保存到工作空间
getwd()
[1] “F:/R.work”
用ppt打开,可进行在编辑,并保存为pdf格式 。导出即为矢量图。
ppt上的图可以直接复制到word上
https://github.com/guokai8/eoffice