search for: file_o

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

Did you mean: file_t
2012 Feb 17
1
Plotting issue
...asets 1) is in monthly format (obs) 2) yearly format (model) in obs I have 84 files ( 2003:2009)for different months & in model I have 4 different files which has yearly data (2005:2008) So for calculating my requirement I need these both data sets. The sample calculations are as follows file_o<-list.files(path=' ', pattern="0.2.text") # total number of files are 80 for ( i in 1:file_o){ #get data here I get Lat_o<- Lon_o <- time_o<- gas_o<- } file_t< list.files(path=' ', pattern="fg.nc") for (j in 1:file_t){...