Displaying 1 result from an estimated 1 matches for "int_mean".
2006 Mar 10
2
Plot.date and legends
...Hours", type = "l",lwd =1, lty=1)
lines (date, dom_median, type = "l", lwd = 2, lty=2)
abline(h=24, lwd=2)
name <- c("International", "Domestic")
legend (c("29Jan6","5Feb6"),c(26,35), name, lwd=c(1,2), lty=c(1,2))
plot.date (date, int_mean, main="Mean Time to Receive Outcome Files,
International and Domestic Centers Week", xlab="Week",
ylim=c(15,35), ylab="Median Hours", type = "l",lwd =1, lty=1)lines
(date, dom_mean, type = "l", lwd = 2, lty=2)
abline(h=24, lw...