. See ?par.
Taimur
-Original Message-
From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On
Behalf Of David Reiner
Sent: Monday, April 30, 2012 1:32 PM
To: r-help@r-project.org
Subject: [R] Hmisc::pstamp, mfcol, and spacing
I am trying to make a nice 2x1 plot and add a
I am trying to make a nice 2x1 plot and add a timestamp with comment.
The pstamp function from Hmisc works nicely when mfcol=c(1,1),
but when mfcol=c(2,1), the stamp winds up in the wrong place:
> require('Hmisc')
> opar <- par(mfcol=c(2,1))
> plot(1:10)
> title(main="MAIN Title")
> plot(1:20)
> t
2 matches
Mail list logo