ts.plot(..., abb = T, type = "l", lty = 1:8, pch = 0:18, col = 1:4,
xlab = <<see below>>, ylab = "",
xlim = <<see below>>, ylim = <<see below>>)
ts.lines(..., type = "l", lty = 1:8, pch = 0:18, col = 1:4)
ts.points(..., type = "p", lty = 1:8, pch = 0:18, col = 1:4)
Other high-level graphical parameters may also be supplied as arguments to this function, in particular the arguments to title (see par).
Factors are ignored in multivariate time series; in univariate time series they are refused.
Because plotting symbols are drawn with lines and because these functions may be changing the line style, you should probably specify lty=1 when using plotting symbols.