1、首先用R 语言画图
2、画好图后导入到ppt里。
代码如下:

library(eoffice)

topptx(filename = “qwre.pptx”)
保存到工作空间
getwd()
[1] “F:/R.work”
用ppt打开,可进行在编辑,并保存为pdf格式 。导出即为矢量图。
ppt上的图可以直接复制到word上

R导出可编辑矢量图

https://github.com/guokai8/eoffice

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2021-04-30
  • 2021-07-17
  • 2021-12-31
  • 2021-07-06
猜你喜欢
  • 2021-11-17
  • 2021-12-24
  • 2021-11-04
  • 2021-09-03
  • 2021-11-16
  • 2021-05-06
  • 2021-12-14
相关资源
相似解决方案