Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

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()
 
PREVIOUS NEXT
Tagged: #save #plots #raster #format
ADD COMMENT
Topic
Name
3+2 =