Revision 220fa5ce
Added by Benoit Parmentier over 9 years ago
climate/research/oregon/interpolation/global_run_scalingup_mosaicing_function.R | ||
---|---|---|
651 | 651 |
col_mfrow <- 1 |
652 | 652 |
row_mfrow <- 1 |
653 | 653 |
|
654 |
png(filename=paste("Figure9_clim_mosaics_day_test","_",date_proc,"_",reg_name,"_",out_suffix,".png",sep=""), |
|
654 |
png(filename=file.path(out_dir_str, |
|
655 |
paste("Figure9_clim_mosaics_day_test","_",date_proc,"_",reg_name,"_",out_suffix,".png",sep="")), |
|
655 | 656 |
width=col_mfrow*res_pix,height=row_mfrow*res_pix) |
656 | 657 |
|
657 | 658 |
plot(r_pred,main=paste("Predicted on ",date_proc , " ", reg_name,sep=""),cex.main=1.5) |
Also available in: Unified diff
slight modifications for plotting function