我想将图表导出到PPT,并使用官方包来实现相同的目标.但是,图表的默认分辨率很低,我想改变它.我目前正在使用以下电话
ph_with_gg(p1,type = "chart",res = 1200)
Run Code Online (Sandbox Code Playgroud)
其中p1是ggplot对象.运行此时,我收到以下错误:
Error in png(filename = file, width = width, height = height, units =
"in", :
formal argument "res" matched by multiple actual arguments
Run Code Online (Sandbox Code Playgroud)
非常感谢周围的帮助