Re: [R] Hmisc::pstamp, mfcol, and spacing

2012-04-30 Thread Taimur Sajid
. 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

[R] Hmisc::pstamp, mfcol, and spacing

2012-04-30 Thread David Reiner
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