GLEON / rLakeAnalyzer

An R version of Lake Analyzer
42 stars 26 forks source link

someone knows how to save the plot by wtr.heat.map #117

Open huihuangchen opened 1 year ago

huihuangchen commented 1 year ago

I have drawn the picture, but I can't adjust the parameters related to the picture as easily as in ggplot2. Does anyone know how to do this, and is there any code I can refer to?

rosalieb commented 1 year ago

Hi Huihuang, you can use the following (you can define the path below in "youroutputpath/fig.png".

png(filename = "youroutputpath/fig.png", units="in", width=8, height=5, res=300)
wtr.heat.map(...)
dev.off()