Displaying 1 result from an estimated 1 matches for "decg".
Did you mean:
dec
2006 Mar 11
1
Layout, xyplot and saving in file
...")
trellis.device(width=11.9, height=8.5, new = TRUE)
couleurs<-brewer.pal(5,"Dark2")
sp <- list(superpose.symbol = list(pch =c(1,15,2,12,19),cex =
0.4,col=couleurs),
superpose.line = list(col = couleurs, lty =1:5, cex=1))
test<-xyplot(egheart~ctime|patnam, data=decg, type="b", groups=ndose,
main="Heart Rate",
xlab = "Time", ylab = "Heart Rate (bpm)",
layout=c(2,5),
par.strip.text=list(cex=0.5),
auto.key =
list(title="Dose",cex.title=1,columns=5,space="top",poi...