search for: celld

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

Did you mean: cell
2002 Nov 20
0
Plots by subject
...patient may have 3 lines in the genotype df, 2 lines in the drug df (3 tables are plotted with the data from these three df) and 14 lines in the lab df (for the graph you helped me with). So the whole function for one patient is: { # Overlay plot lab <-read.xport('lab') attach(lab) celld <- as.date(CELLDATE) vld <- as.date(VIRDATE) gtd <- as.date(GTDATE) par(mar=c(2,6,1,6) + 0.1) plot(celld, T4, ylim=c(0,800), pch=4, type='o', ylab='CD4 count (cells/ul) [-x-]', xlab=??) par(new=T) plot(gtd, Y, ylim=c(0,800), type='p', pch=8, axes=F, ylab=''...