search for: outmap

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

Did you mean: outmat
2011 Jun 10
2
merge large number of raster objects
...ster 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 of raster objects (outmap<-merge(x, y, ...), where x, y, and ... are raster objects). I can run the command successfully if I type in every raster object that I want to merge, but this is impractical for the large number of objects I'm combining. I would like to apply merge to a list of object names defined usin...