
Last chance! 50% off unlimited learning
Sale ends in
plot.ts
the series can have a different time bases,
but they should have the same frequency.
ts.plot(..., gpars = list())
...
.plot.ts
require(graphics)
ts.plot(ldeaths, mdeaths, fdeaths,
gpars=list(xlab="year", ylab="deaths", lty=c(1:3)))
Run the code above in your browser using DataLab