search for: latll

Displaying 1 result from an estimated 1 matches for "latll".

Did you mean: latel
2012 Mar 16
2
plotting border over map
...using following codes to plot map library(sp) library(rgdal) library(maps) library(gplots) library(clim.pact) library(fields) source("/R/PlotGridded2DMap.R") source("/R/image.plot.fix.R") source("/R/image.plot.plt.fix.r") seasonal_plot<-function(input,lonll=-180,latll=-90,lonres=5.,latres=3.75,write_file=TRUE,The_title=NULL){ if(is.null(The_title)){ for (ki in 1:length(input)){ The_title[[ki]]<-sprintf("XCH4 CH4 (ppb)",ki) } } if(!is.list(input)){input=list(input)} lon.ll <- lonll #lower left corner of grid...