qoiqpwqr 发表于 2012-3-14 11:49 
dat
直接运行的错误是:
> plot(year, y1, xaxt = "n", xlab = "", type = "l")
错误于as.POSIXlt.numeric(x) : 'origin' must be supplied
> par(mar=c(0,5,0,2))
> plot(year, y2, xaxt = "n", xlab = "", type = "l")
错误于as.POSIXlt.numeric(x) : 'origin' must be supplied
> par(mar=c(5,5,0,2))
> plot(year, y3, xlab = "Time", type = "l")
错误于as.POSIXlt.numeric(x) : 'origin' must be supplied
> par(mar=c(0,5,4,2))
> plot(year, y4, xaxt = "n", xlab = "", type = "l")
错误于as.POSIXlt.numeric(x) : 'origin' must be supplied
> par(mar=c(0,5,0,2))
> plot(year, y5, xaxt = "n", xlab = "", type = "l")
错误于as.POSIXlt.numeric(x) : 'origin' must be supplied
> par(mar=c(5,5,0,2))
> plot(year, y7, xlab = "Time", type = "l")
错误于as.POSIXlt.numeric(x) : 'origin' must be supplied
> mtext("Big Title", outer = TRUE, cex = 1)
错误于mtext("Big Title", outer = TRUE, cex = 1) : 还没有调用plot.new