Time series plot.
Time series plot.
seqplot(xts, ...) ## Default S3 method: seqplot(xts, pch.seq=letters, groups=as.numeric(cycle(xts)), a=NULL, b=NULL, h=NULL, v=NULL, ylab=deparse(substitute(xts)), xlab="Time", lwd=1, lty=c(1,3), type="b", col=trellis.par.get("superpose.symbol")$col, col.line="gray60", ...) ## S3 method for class 'ts' seqplot(xts, pch.seq=letters, groups=as.numeric(cycle(xts)), x.at=pretty(time(xts)[groups==min(groups)]), x.labels, ylab=deparse(substitute(xts)), ...)
xts |
Time series |
pch.seq |
sequence of |
groups |
Numeric vector used to choose the plotting characters over cycles. |
a, b, h, v |
Arguments to |
ylab, xlab, lwd, lty, type |
standard trellis arguments. |
x.at, x.labels |
shortcut for |
col |
Color of dots in sequence plot. The default is to make the
choose a number of colors to match the frequency of the time series |
col.line |
Color of connecting lines. The default is |
... |
Additional arguments to |
Richard M. Heiberger (rmh@temple.edu)
seqplot(co2)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.