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 not find a way to do it. Any help would be appreciated. Sincerely, Phil ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.