dir.create('plot')
png('Plot/MXDSSFClimate6.png',
height = 15,
width = 25,
units = 'cm',
res = 800)
dev.off()
R语言图表导出png
最新推荐文章于 2026-01-05 13:12:57 发布
dir.create('plot')
png('Plot/MXDSSFClimate6.png',
height = 15,
width = 25,
units = 'cm',
res = 800)
dev.off()
5135
3281

被折叠的 条评论
为什么被折叠?