search for: ciupper2

Displaying 1 result from an estimated 1 matches for "ciupper2".

Did you mean: ciupper
2009 Nov 27
2
layers in xYplot of Hmisc
...em on the same plot? x<-seq(1,10,1) y<-seq(1,10,1) ci<-y*.10 ciupper<-y+ci cilower<-y-ci xYplot(Cbind(y,cilower,ciupper)~x, method="filled bands", col.fill="light grey", type=c("b")) x2<-seq(1,5,.5) y2<-seq(1,5,.5) ci2<-y2*.10 ciupper2<-y2+ci2 cilower2<-y2-ci2 xYplot(Cbind(y2,cilower2,ciupper2)~x2, method="filled bands",col.fill="light grey", type=c("b")) ------------------------------------------- Joe King, M.A. Ph.D. Student University of Washington - Seattle 206-913-2912...