美文网首页
R语言: svg()

R语言: svg()

作者: LET149 | 来源:发表于2024-04-02 10:56 被阅读0次

    保存图像为 .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()
    

    相关文章

      网友评论

          本文标题:R语言: svg()

          本文链接:https://www.haomeiwen.com/subject/efdwtjtx.html