Re: [R] multiple plots on same sheet in R

2014-04-16 Thread Federico Lasa
see: ?par Does running par(mfrow=c(4,3)) do the job? On Wed, Apr 16, 2014 at 7:33 AM, eliza botto wrote: > Dear useRs, > I drew 12 separate raster maps. I want to combine them in such a way the they > appear on the same sheet in R, which will later on be saved. Each row should > contain t

Re: [R] multiple plots on same sheet in R

2014-04-16 Thread Pascal Oettli
Hi, Did you have a look at the "rasterVis" package? Regards, Pascal On Wed, Apr 16, 2014 at 9:33 PM, eliza botto wrote: > Dear useRs, > I drew 12 separate raster maps. I want to combine them in such a way the they > appear on the same sheet in R, which will later on be saved. Each row should