Re: [R] adding text to the top corner of a lattice plot

2010-12-17 Thread Rajarshi Guha
This (and Gabors) solutions work great. Thanks to everybody for helping out On Fri, Dec 17, 2010 at 1:24 AM, David Winsemius wrote: > > On Dec 17, 2010, at 12:07 AM, Rajarshi Guha wrote: > >> On Thu, Dec 16, 2010 at 11:26 PM, David Winsemius >> wrote: >>> >>> On Dec 16, 2010, at 11:12 PM, Rajars

Re: [R] adding text to the top corner of a lattice plot

2010-12-17 Thread Gabor Grothendieck
On Fri, Dec 17, 2010 at 7:04 AM, Gabor Grothendieck wrote: > On Fri, Dec 17, 2010 at 6:57 AM, Gabor Grothendieck > wrote: >> On Fri, Dec 17, 2010 at 12:07 AM, Rajarshi Guha >> wrote: >>> On Thu, Dec 16, 2010 at 11:26 PM, David Winsemius >>> wrote: On Dec 16, 2010, at 11:12 PM, Rajars

Re: [R] adding text to the top corner of a lattice plot

2010-12-17 Thread Gabor Grothendieck
On Fri, Dec 17, 2010 at 6:57 AM, Gabor Grothendieck wrote: > On Fri, Dec 17, 2010 at 12:07 AM, Rajarshi Guha > wrote: >> On Thu, Dec 16, 2010 at 11:26 PM, David Winsemius >> wrote: >>> >>> On Dec 16, 2010, at 11:12 PM, Rajarshi Guha wrote: >>> Hi, I have a series of lattice plots which I a

Re: [R] adding text to the top corner of a lattice plot

2010-12-17 Thread Gabor Grothendieck
On Fri, Dec 17, 2010 at 12:07 AM, Rajarshi Guha wrote: > On Thu, Dec 16, 2010 at 11:26 PM, David Winsemius > wrote: >> >> On Dec 16, 2010, at 11:12 PM, Rajarshi Guha wrote: >> >>> Hi, I have a series of lattice plots which I am arranging in a 2x2 >>> grid via print: >>> >>> print(p.preds, split=c

Re: [R] adding text to the top corner of a lattice plot

2010-12-16 Thread David Winsemius
On Dec 17, 2010, at 12:07 AM, Rajarshi Guha wrote: On Thu, Dec 16, 2010 at 11:26 PM, David Winsemius wrote: On Dec 16, 2010, at 11:12 PM, Rajarshi Guha wrote: Hi, I have a series of lattice plots which I am arranging in a 2x2 grid via print: print(p.preds, split=c(1,1, 2,2), more=TRUE) pr

Re: [R] adding text to the top corner of a lattice plot

2010-12-16 Thread Rajarshi Guha
On Thu, Dec 16, 2010 at 11:26 PM, David Winsemius wrote: > > On Dec 16, 2010, at 11:12 PM, Rajarshi Guha wrote: > >> Hi, I have a series of lattice plots which I am arranging in a 2x2 >> grid via print: >> >> print(p.preds, split=c(1,1, 2,2), more=TRUE) >> print(p.comp, split=c(2,1,2,2), more=TRUE

Re: [R] adding text to the top corner of a lattice plot

2010-12-16 Thread Gabor Grothendieck
On Thu, Dec 16, 2010 at 11:12 PM, Rajarshi Guha wrote: > Hi, I have a series of lattice plots which I am arranging in a 2x2 > grid via print: > > print(p.preds, split=c(1,1, 2,2), more=TRUE) > print(p.comp, split=c(2,1,2,2), more=TRUE) > print(p.bw, split=c(1,2,2,2), more=FALSE) > > What I'd like

Re: [R] adding text to the top corner of a lattice plot

2010-12-16 Thread David Winsemius
On Dec 16, 2010, at 11:12 PM, Rajarshi Guha wrote: Hi, I have a series of lattice plots which I am arranging in a 2x2 grid via print: print(p.preds, split=c(1,1, 2,2), more=TRUE) print(p.comp, split=c(2,1,2,2), more=TRUE) print(p.bw, split=c(1,2,2,2), more=FALSE) What I'd like to have is a le