Re: [R] merge large number of raster objects

2011-06-10 Thread Ben Zaitchik
hat should be enough. ?Reduce may be an alternative for do.call(), but could also be less memory efficient. My $.02 /Henrik On Thu, Jun 9, 2011 at 7:57 PM, Ben Zaitchik wrote: Hello, I have a large number of raster objects in memory, with names RH100, RH101, RH102, etc. (myobjects<- ls(patte

[R] merge large number of raster objects

2011-06-09 Thread Ben Zaitchik
Hello, I have a large number of raster objects in memory, with names RH100, RH101, RH102, etc. (myobjects <- ls(pattern='^RH')). These rasters are sections of a continuous map, and I would like to combine them using the RasterObject merge tool in package 'raster.' Merge expects an input list