[R] multiple plots on same sheet in R
Federico Lasa
felasa at gmail.com
Wed Apr 16 18:13:19 CEST 2014
see: ?par
Does running
par(mfrow=c(4,3))
do the job?
On Wed, Apr 16, 2014 at 7:33 AM, eliza botto <eliza_botto at hotmail.com> 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 three raster maps, so in total we should have 4 rows with each row containing 3 rasters. I know that mfrow() can do it but I don't exactly know how?
>
> Eliza
> [[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
More information about the R-help
mailing list