[R] Combining rasters

2013-09-06 Thread philippe massicotte
Hi everyone. I would like to know if it is possible to combine rasters in R to form a "collage". For example, I would like to place 2 copies of the R logo side by side. r = raster(system.file("external/rlogo.grd", package = "raster")) After reading the help file (maybe I missed it) I did no

Re: [R] Combining rasters

2013-09-06 Thread Barry Rowlingson
[Probably an R-Sig-geo question...] On Fri, Sep 6, 2013 at 3:57 PM, philippe massicotte wrote: > Hi everyone. > > I would like to know if it is possible to combine rasters in R to form a > "collage". > > For example, I would like to place 2 copies of the R logo side by side. > > > r = raster(s