【问题标题】:High resolution autoplot function in R studioR studio中的高分辨率自动绘图功能
【发布时间】:2014-03-19 17:04:07
【问题描述】:

我在 R studio 中获得了一张带有自动绘图功能的好图。如果我点击放大,可以得到我的情节的预期图片。但是我想以高分辨率导出。这是我的最后一条命令。

autoplot(bed, layout = "karyogram", aes(color = score, fill = score), res = 1200)

【问题讨论】:

    标签: r plot


    【解决方案1】:

    在开始命令之前输入tiff("figurename.tif", units="in", width=11, height=8.5, res=300)。之后,输入dev.off() 以在磁盘中写入 tiff 格式的绘图。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2017-08-22
      • 1970-01-01
      • 2015-07-16
      • 2016-12-18
      • 1970-01-01
      • 2017-02-13
      • 1970-01-01
      相关资源
      最近更新 更多