search for: time_pct

Displaying 2 results from an estimated 2 matches for "time_pct".

Did you mean: time_out
2010 Jan 06
2
problem with strptime and 2010 dates
.... thank you. To load the data I run: work_table = read.table(datafilename,header=TRUE) #read the data file attach(work_table) #attach the file for ease of use names(work_table) = c( "cur_date", "week", "time_pct", "compl", "work_delta", "mean_delta", "balance", "total", "total_delta", "work", "index", "mean_pd_per_day") If I list the date element cur_date, I get: > work_table$cur_date [1] 8/17/2009 8/30/200...
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]]