[R] stack charts right on top of each other

Uwe Ligges ligges at statistik.uni-dortmund.de
Mon Dec 31 18:43:01 CET 2007


See ?par and its argument "mar"

Uwe Ligges



tom soyer wrote:
> Hi,
> 
> I tried to stack two charts on top of each other using the following
> R functions:
> 
> par(mfrow=c(2,1))
> plot(rnorm(1:3),xaxt="n",xlab="")
> plot(rnorm(1:3))
> 
> This created two charts, one on top of the other, but there is too much
> space between them. Does anyone know how to elimiate the space in between
> the charts?
> 
> Thanks,
>



More information about the R-help mailing list