R语言: svg()

保存图像为 .svg 格式

svg : Scalable Vector Graphics : 可缩放矢量图形

svg("path/file_name.svg", width=, height=)

dev.off() 关闭绘图设备

svg("/home/zhiyong/Desktop/ZZZZZZZZZZZ/kk/plot.svg", width = 7, height = 7)
plot(1:10,1:10)
dev.off()

版权声明:
作者:admin
链接:https://www.techfm.club/p/120701.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>