gpt4 book ai didi

linux - 如何在 Xming View 中保存使用 putty(linux 服务器)生成的 R 图像?

转载 作者:太空宇宙 更新时间:2023-11-04 11:12:26 29 4
gpt4 key购买 nike

我正在使用我们的服务器运行多个代码,并在 Xming View 中使用 putty(linux 服务器)使用 R 创建图像。我想知道如何将我的图像保存为 pdf?

最佳答案

我会关闭 R,删除空白的 pdf,然后重试:

pdf("mygraph.pdf")
plot(x)
dev.off()

使用 putty 和 xming 应该不会有任何影响。或者您可以尝试将其保存为另一种格式(以检查它是否与您的 R 设备有关)。

pdf("mygraph.pdf") #pdf file
win.metafile("mygraph.wmf") #windows metafile
png("mygraph.png") #png file
jpeg("mygraph.jpg") #jpeg file
bmp("mygraph.bmp") #bmp file
postscript("mygraph.ps") #postscript file

关于linux - 如何在 Xming View 中保存使用 putty(linux 服务器)生成的 R 图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22478586/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com