[R] Multiple plot margins

Andre Nathan andre at digirati.com.br
Wed May 13 18:53:46 CEST 2009


On Wed, 2009-05-13 at 11:22 +0200, Uwe Ligges wrote:
> If not, example:
> 
> par(mfrow = c(2,3), mar = c(0,0,0,0), oma = c(5,5,0,0), xpd=NA)
> plot(1, xaxt="n", xlab="", ylab="A")
> plot(1, xaxt="n", yaxt="n", xlab="", ylab="")
> plot(1, xaxt="n", yaxt="n", xlab="", ylab="")
> plot(1, xlab="I", ylab="B")
> plot(1, xlab="II", ylab="", yaxt="n")
> plot(1, xlab="III", ylab="", yaxt="n")
> 

Thank you. I don't know what I did wrong, but that worked.

Best regards,
Andre




More information about the R-help mailing list