Displaying 1 result from an estimated 1 matches for "int_median".
Did you mean:
int_mean
2006 Mar 10
2
Plot.date and legends
...ds, but this issue hasn't come up. Any ideas? A sample code can be
found below.
date <-
as.date(c("15-Jan-06","22-Jan-06","29-Jan-06","5-Feb-06","12-Feb-06","19-Feb-
06","26-Feb-06"))
par(mfrow=c(2,1))
plot.date (date, int_median, main="Median 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_median, type = "l", lwd = 2, lty=2)
abline(h=2...