Re: [R] subtitle in Hmisc xYplot

2009-12-15 Thread David Winsemius
My apologies. I did look at both help pages before writing my commnets but I missed the sub entry. -- David On Dec 15, 2009, at 11:39 AM, Frank E Harrell Jr wrote: David Winsemius wrote: On Dec 14, 2009, at 7:09 PM, Joe King wrote: Ok so I am trying to add a subtitle to my xYplot using Hmisc

Re: [R] subtitle in Hmisc xYplot

2009-12-15 Thread Frank E Harrell Jr
David Winsemius wrote: On Dec 14, 2009, at 7:09 PM, Joe King wrote: Ok so I am trying to add a subtitle to my xYplot using Hmisc and I have some dummy code of x<-seq(1,10,1) y<-rev(seq(1,10,1))http://repair.att.com/repair/processing.do?processingJSP=TroubleDescription ci<-y*.10 ciupper<-y+ci

Re: [R] subtitle in Hmisc xYplot

2009-12-15 Thread David Winsemius
On Dec 14, 2009, at 7:09 PM, Joe King wrote: Ok so I am trying to add a subtitle to my xYplot using Hmisc and I have some dummy code of x<-seq(1,10,1) y<-rev(seq(1,10,1)) ci<-y*.10 ciupper<-y+ci cilower<-y-ci this code works fine: xYplot(Cbind(y,ciupper,cilower)~x, type=c("b"),plot.points

Re: [R] subtitle in Hmisc xYplot

2009-12-15 Thread Frank E Harrell Jr
This is now fixed. Type getLatestSource('xYplot') to override the distributed version with the fixed version. -Frank Joe King wrote: Ok so I am trying to add a subtitle to my xYplot using Hmisc and I have some dummy code of x<-seq(1,10,1) y<-rev(seq(1,10,1)) ci<-y*.10 ciupper<-y+ci c

[R] subtitle in Hmisc xYplot

2009-12-14 Thread Joe King
Ok so I am trying to add a subtitle to my xYplot using Hmisc and I have some dummy code of x<-seq(1,10,1) y<-rev(seq(1,10,1)) ci<-y*.10 ciupper<-y+ci cilower<-y-ci this code works fine: xYplot(Cbind(y,ciupper,cilower)~x, type=c("b"),plot.points = TRUE, method='filled bands', main='m