Displaying 1 result from an estimated 1 matches for "anthracyclines".
2011 May 27
1
lattice - change background strip color in one panel
...he resulting plot is here:
http://dl.dropbox.com/u/9788680/01_DoseIntensity_MonitoringInterval_BW.pdf
(i.e. I'd like to color the "3 months" strip in red)
xyplot(value~ant|paste(intv, "Months"), groups=perc, data=di,
type="b", layout=c(4,1),xlab="Prior anthracyclines",
lty=c(1,2),lwd=2,col="black",main="Dose intensity ~ Monitorings Interval",
ylab="Dose intensity",
scales=list(x=list(at=c(0,0.5,1)),y=list(at=seq(0,1,.1))),
par.settings = list(superpose.line=list(lwd=2,lty=1:2, col="black")),
aut...