Answers for "how to save plots into raster format from r"

0

how to save plots into raster format from r

tiff(file="saving_plot3.tiff",
width=6, height=4, units="in", res=100)
hist(Temperature, col="steelblue")
dev.off()
Posted by: Guest on November-26-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language