📜  如何将绘图从 r 保存为栅格格式 - TypeScript 代码示例
📅  最后修改于: 2022-03-11 14:48:27.835000             🧑  作者: Mango
代码示例1
tiff(file="saving_plot3.tiff",
width=6, height=4, units="in", res=100)
hist(Temperature, col="steelblue")
dev.off()