search for: time_pct_chart

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

2009 Sep 24
1
superimposing xyplots on same scale
...y to do this? thanks much pct_compl_chart <- xyplot(pct_compl ~ date, col="red", type="b", pch=15, scalse=list(tick.number=5), ylab=list(label="Pct. Compl."), layout=c(1,5), xlab=list(label=""), between = list(x = c(0, 0, 0), y = c(8,-10,-10,-10,-10)) ) time_pct_chart <- xyplot(time_pct ~ date, col="blue", type="b", pch=15, scales=list(tick.number=5), ylab=list(label=""), layout=c(1,5), xlab=list(label=""), between = list(x = c(0, 0, 0), y = c(8,-10,-10,-10,-10)) ) [[alternative HTML version deleted]]