search for: 720x360

Displaying 1 result from an estimated 1 matches for "720x360".

2009 Jul 23
1
Creating a loop to read 3D dataset
...ate of "clim" and save them is possible but requires me to write a fairly large amount of code for what seems like a simple operation. I was wondering if anyone could give me some advice on setting up some sort of loop function to step through each z-coordinate and extract the appropriate 720x360 grid and then save this grid in the form of a text file. It is neccessary that each grid has a different name. I had a read around and think that a "for" loop would do the job, i.e. something in the form of... for (i in 1:132) a <- clim[1:720, 1:360, i] ...and then use the "writ...