Re: [R] Plot Header

2013-01-15 Thread Pete Brecknock
David Winsemius wrote > On Jan 15, 2013, at 3:25 PM, Pete Brecknock wrote: > >> David Winsemius wrote >>> On Jan 15, 2013, at 2:49 PM, Pete Brecknock wrote: >>> Any recommendations for how I can embed my title below in a single red strip/box across the plot area in the outer margin? >>

Re: [R] Plot Header

2013-01-15 Thread David Winsemius
On Jan 15, 2013, at 3:25 PM, Pete Brecknock wrote: > David Winsemius wrote >> On Jan 15, 2013, at 2:49 PM, Pete Brecknock wrote: >> >>> Any recommendations for how I can embed my title below in a single red >>> strip/box across the plot area in the outer margin? >>> >>> I would like to avoid t

Re: [R] Plot Header

2013-01-15 Thread Pete Brecknock
David Winsemius wrote > On Jan 15, 2013, at 2:49 PM, Pete Brecknock wrote: > >> Any recommendations for how I can embed my title below in a single red >> strip/box across the plot area in the outer margin? >> >> I would like to avoid the color appearing in any other area defined by >> the >> oma

Re: [R] Plot Header

2013-01-15 Thread David Winsemius
On Jan 15, 2013, at 2:49 PM, Pete Brecknock wrote: > Any recommendations for how I can embed my title below in a single red > strip/box across the plot area in the outer margin? > > I would like to avoid the color appearing in any other area defined by the > oma. > The code used "blue" ... not

[R] Plot Header

2013-01-15 Thread Pete Brecknock
Any recommendations for how I can embed my title below in a single red strip/box across the plot area in the outer margin? I would like to avoid the color appearing in any other area defined by the oma. # Example Plot par(mfrow=c(2,2),mar=c(4,4,2,2), oma = c(1, 1, 3, 1)) plot(rnorm(100),1:100) p